{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "a1eddfdd22816f8da9b5a7e3f170be5a", "packages": [ { "name": "matthiasmullie/minify", "version": "1.3.69", "source": { "type": "git", "url": "https://github.com/matthiasmullie/minify.git", "reference": "a61c949cccd086808063611ef9698eabe42ef22f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/a61c949cccd086808063611ef9698eabe42ef22f", "reference": "a61c949cccd086808063611ef9698eabe42ef22f", "shasum": "" }, "require": { "ext-pcre": "*", "matthiasmullie/path-converter": "~1.1", "php": ">=5.3.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "~2.0", "matthiasmullie/scrapbook": "dev-master", "phpunit/phpunit": ">=4.8" }, "suggest": { "psr/cache-implementation": "Cache implementation to use with Minify::cache" }, "bin": [ "bin/minifycss", "bin/minifyjs" ], "type": "library", "autoload": { "psr-4": { "MatthiasMullie\\Minify\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Matthias Mullie", "email": "minify@mullie.eu", "homepage": "http://www.mullie.eu", "role": "Developer" } ], "description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.", "homepage": "http://www.minifier.org", "keywords": [ "JS", "css", "javascript", "minifier", "minify" ], "support": { "issues": "https://github.com/matthiasmullie/minify/issues", "source": "https://github.com/matthiasmullie/minify/tree/1.3.69" }, "funding": [ { "url": "https://github.com/matthiasmullie", "type": "github" } ], "time": "2022-08-01T09:00:18+00:00" }, { "name": "matthiasmullie/path-converter", "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/matthiasmullie/path-converter.git", "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9", "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9", "shasum": "" }, "require": { "ext-pcre": "*", "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "~4.8" }, "type": "library", "autoload": { "psr-4": { "MatthiasMullie\\PathConverter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Matthias Mullie", "email": "pathconverter@mullie.eu", "homepage": "http://www.mullie.eu", "role": "Developer" } ], "description": "Relative path converter", "homepage": "http://github.com/matthiasmullie/path-converter", "keywords": [ "converter", "path", "paths", "relative" ], "support": { "issues": "https://github.com/matthiasmullie/path-converter/issues", "source": "https://github.com/matthiasmullie/path-converter/tree/1.1.3" }, "time": "2019-02-05T23:41:09+00:00" }, { "name": "rosell-dk/exec-with-fallback", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/rosell-dk/exec-with-fallback.git", "reference": "f88a6b29abd0b580566056b7c1eb0434eb5db20d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/rosell-dk/exec-with-fallback/zipball/f88a6b29abd0b580566056b7c1eb0434eb5db20d", "reference": "f88a6b29abd0b580566056b7c1eb0434eb5db20d", "shasum": "" }, "require": { "php": "^5.6 | ^7.0 | ^8.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.11", "phpunit/phpunit": "^9.3", "squizlabs/php_codesniffer": "3.*" }, "suggest": { "php-stan/php-stan": "Suggested for dev, in order to analyse code before committing" }, "type": "library", "extra": { "scripts-descriptions": { "ci": "Run tests before CI", "phpcs": "Checks coding styles (PSR2) of file/dir, which you must supply. To check all, supply 'src'", "phpcbf": "Fix coding styles (PSR2) of file/dir, which you must supply. To fix all, supply 'src'", "cs-fix-all": "Fix the coding style of all the source files, to comply with the PSR-2 coding standard", "cs-fix": "Fix the coding style of a PHP file or directory, which you must specify.", "test": "Launches the preconfigured PHPUnit" } }, "autoload": { "psr-4": { "ExecWithFallback\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bjørn Rosell", "homepage": "https://www.bitwise-it.dk/contact", "role": "Project Author" } ], "description": "An exec() with fallback to emulations (proc_open, etc)", "keywords": [ "command", "exec", "fallback", "open_proc", "resiliant", "sturdy" ], "support": { "issues": "https://github.com/rosell-dk/exec-with-fallback/issues", "source": "https://github.com/rosell-dk/exec-with-fallback/tree/1.2.0" }, "funding": [ { "url": "https://github.com/rosell-dk", "type": "github" }, { "url": "https://ko-fi.com/rosell", "type": "ko_fi" } ], "time": "2021-12-08T12:09:43+00:00" }, { "name": "rosell-dk/file-util", "version": "0.1.1", "source": { "type": "git", "url": "https://github.com/rosell-dk/file-util.git", "reference": "2ff895308c37f448b34b031cfbfd8e45f43936fd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/rosell-dk/file-util/zipball/2ff895308c37f448b34b031cfbfd8e45f43936fd", "reference": "2ff895308c37f448b34b031cfbfd8e45f43936fd", "shasum": "" }, "require": { "php": ">=5.4", "rosell-dk/exec-with-fallback": "^1.0.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.11", "mikey179/vfsstream": "^1.6", "phpstan/phpstan": "^1.5", "phpunit/phpunit": "^9.3", "squizlabs/php_codesniffer": "3.*" }, "type": "library", "extra": { "scripts-descriptions": { "ci": "Run tests before CI", "phpcs": "Checks coding styles (PSR2) of file/dir, which you must supply. To check all, supply 'src'", "phpcbf": "Fix coding styles (PSR2) of file/dir, which you must supply. To fix all, supply 'src'", "cs-fix-all": "Fix the coding style of all the source files, to comply with the PSR-2 coding standard", "cs-fix": "Fix the coding style of a PHP file or directory, which you must specify.", "test": "Launches the preconfigured PHPUnit" } }, "autoload": { "psr-4": { "FileUtil\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bjørn Rosell", "homepage": "https://www.bitwise-it.dk/contact", "role": "Project Author" } ], "description": "Functions for dealing with files and paths", "keywords": [ "files", "path", "util" ], "support": { "issues": "https://github.com/rosell-dk/file-util/issues", "source": "https://github.com/rosell-dk/file-util/tree/0.1.1" }, "funding": [ { "url": "https://github.com/rosell-dk", "type": "github" }, { "url": "https://ko-fi.com/rosell", "type": "ko_fi" } ], "time": "2022-04-19T10:12:31+00:00" }, { "name": "rosell-dk/image-mime-type-guesser", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/rosell-dk/image-mime-type-guesser.git", "reference": "72f7040e95a78937ae2edece452530224fcacea6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/rosell-dk/image-mime-type-guesser/zipball/72f7040e95a78937ae2edece452530224fcacea6", "reference": "72f7040e95a78937ae2edece452530224fcacea6", "shasum": "" }, "require": { "php": "^5.6 | ^7.0 | ^8.0", "rosell-dk/image-mime-type-sniffer": "^1.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.11", "phpstan/phpstan": "^1.5", "phpunit/phpunit": "^9.3", "squizlabs/php_codesniffer": "3.*" }, "type": "library", "extra": { "scripts-descriptions": { "ci": "Run tests before CI", "phpcs": "Checks coding styles (PSR2) of file/dir, which you must supply. To check all, supply 'src'", "phpcbf": "Fix coding styles (PSR2) of file/dir, which you must supply. To fix all, supply 'src'", "cs-fix-all": "Fix the coding style of all the source files, to comply with the PSR-2 coding standard", "cs-fix": "Fix the coding style of a PHP file or directory, which you must specify.", "test": "Launches the preconfigured PHPUnit" } }, "autoload": { "psr-4": { "ImageMimeTypeGuesser\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bjørn Rosell", "homepage": "https://www.bitwise-it.dk/contact", "role": "Project Author" } ], "description": "Guess mime type of images", "keywords": [ "image", "images", "mime", "mime type" ], "support": { "issues": "https://github.com/rosell-dk/image-mime-type-guesser/issues", "source": "https://github.com/rosell-dk/image-mime-type-guesser/tree/1.1.1" }, "funding": [ { "url": "https://github.com/rosell-dk", "type": "github" }, { "url": "https://ko-fi.com/rosell", "type": "ko_fi" } ], "time": "2022-05-19T09:57:15+00:00" }, { "name": "rosell-dk/image-mime-type-sniffer", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/rosell-dk/image-mime-type-sniffer.git", "reference": "9ed14cc5d2c14c417660a4dd1946b5f056494691" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/rosell-dk/image-mime-type-sniffer/zipball/9ed14cc5d2c14c417660a4dd1946b5f056494691", "reference": "9ed14cc5d2c14c417660a4dd1946b5f056494691", "shasum": "" }, "require": { "php": ">=5.4" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.11", "mikey179/vfsstream": "^1.6", "phpstan/phpstan": "^1.5", "phpunit/phpunit": "^9.3", "squizlabs/php_codesniffer": "3.*" }, "type": "library", "extra": { "scripts-descriptions": { "ci": "Run tests before CI", "phpcs": "Checks coding styles (PSR2) of file/dir, which you must supply. To check all, supply 'src'", "phpcbf": "Fix coding styles (PSR2) of file/dir, which you must supply. To fix all, supply 'src'", "cs-fix-all": "Fix the coding style of all the source files, to comply with the PSR-2 coding standard", "cs-fix": "Fix the coding style of a PHP file or directory, which you must specify.", "test": "Launches the preconfigured PHPUnit" } }, "autoload": { "psr-4": { "ImageMimeTypeSniffer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bjørn Rosell", "homepage": "https://www.bitwise-it.dk/contact", "role": "Project Author" } ], "description": "Sniff mime type (images only)", "keywords": [ "image", "images", "mime", "mime type" ], "support": { "issues": "https://github.com/rosell-dk/image-mime-type-sniffer/issues", "source": "https://github.com/rosell-dk/image-mime-type-sniffer/tree/1.1.1" }, "funding": [ { "url": "https://github.com/rosell-dk", "type": "github" }, { "url": "https://ko-fi.com/rosell", "type": "ko_fi" } ], "time": "2022-04-20T14:31:25+00:00" }, { "name": "rosell-dk/locate-binaries", "version": "1.0", "source": { "type": "git", "url": "https://github.com/rosell-dk/locate-binaries.git", "reference": "bd2f493383ecd55aa519828dd2898e30f3b9cbb0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/rosell-dk/locate-binaries/zipball/bd2f493383ecd55aa519828dd2898e30f3b9cbb0", "reference": "bd2f493383ecd55aa519828dd2898e30f3b9cbb0", "shasum": "" }, "require": { "php": ">=5.6", "rosell-dk/exec-with-fallback": "^1.0.0", "rosell-dk/file-util": "^0.1.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.11", "phpstan/phpstan": "^1.5", "phpunit/phpunit": "^9.3", "squizlabs/php_codesniffer": "3.*" }, "type": "library", "extra": { "scripts-descriptions": { "ci": "Run tests before CI", "phpcs": "Checks coding styles (PSR2) of file/dir, which you must supply. To check all, supply 'src'", "phpcbf": "Fix coding styles (PSR2) of file/dir, which you must supply. To fix all, supply 'src'", "cs-fix-all": "Fix the coding style of all the source files, to comply with the PSR-2 coding standard", "cs-fix": "Fix the coding style of a PHP file or directory, which you must specify.", "test": "Launches the preconfigured PHPUnit" } }, "autoload": { "psr-4": { "LocateBinaries\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bjørn Rosell", "homepage": "https://www.bitwise-it.dk/contact", "role": "Project Author" } ], "description": "Locate a binaries by means of exec() or similar", "keywords": [ "binary", "discover", "locate", "whereis", "which" ], "support": { "issues": "https://github.com/rosell-dk/locate-binaries/issues", "source": "https://github.com/rosell-dk/locate-binaries/tree/1.0" }, "funding": [ { "url": "https://github.com/rosell-dk", "type": "github" }, { "url": "https://ko-fi.com/rosell", "type": "ko_fi" } ], "time": "2022-04-20T07:20:07+00:00" }, { "name": "rosell-dk/webp-convert", "version": "2.9.2", "source": { "type": "git", "url": "https://github.com/rosell-dk/webp-convert.git", "reference": "5ccba85ebe3b28ae229459fd0baed25314616ac9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/rosell-dk/webp-convert/zipball/5ccba85ebe3b28ae229459fd0baed25314616ac9", "reference": "5ccba85ebe3b28ae229459fd0baed25314616ac9", "shasum": "" }, "require": { "php": "^5.6 | ^7.0 | ^8.0", "rosell-dk/exec-with-fallback": "^1.0.0", "rosell-dk/image-mime-type-guesser": "^1.1.1", "rosell-dk/locate-binaries": "^1.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.11", "phpstan/phpstan": "^1.5", "phpunit/phpunit": "^9.3", "squizlabs/php_codesniffer": "3.*" }, "suggest": { "ext-gd": "to use GD extension for converting. Note: Gd must be compiled with webp support", "ext-imagick": "to use Imagick extension for converting. Note: Gd must be compiled with webp support", "ext-vips": "to use Vips extension for converting.", "php-stan/php-stan": "Suggested for dev, in order to analyse code before committing" }, "type": "library", "extra": { "scripts-descriptions": { "ci": "Run tests before CI", "phpcs": "Checks coding styles (PSR2) of file/dir, which you must supply. To check all, supply 'src'", "phpcbf": "Fix coding styles (PSR2) of file/dir, which you must supply. To fix all, supply 'src'", "cs-fix-all": "Fix the coding style of all the source files, to comply with the PSR-2 coding standard", "cs-fix": "Fix the coding style of a PHP file or directory, which you must specify.", "test": "Launches the preconfigured PHPUnit" } }, "autoload": { "psr-4": { "WebPConvert\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bjørn Rosell", "homepage": "https://www.bitwise-it.dk/contact", "role": "Project Author" }, { "name": "Martin Folkers", "homepage": "https://twobrain.io", "role": "Collaborator" } ], "description": "Convert JPEG & PNG to WebP with PHP", "keywords": [ "Webp", "cwebp", "gd", "image conversion", "images", "imagick", "jpg", "jpg2webp", "png", "png2webp" ], "support": { "issues": "https://github.com/rosell-dk/webp-convert/issues", "source": "https://github.com/rosell-dk/webp-convert/tree/2.9.2" }, "funding": [ { "url": "https://github.com/rosell-dk", "type": "github" }, { "url": "https://ko-fi.com/rosell", "type": "ko_fi" } ], "time": "2022-05-19T13:56:36+00:00" }, { "name": "woocommerce/action-scheduler", "version": "3.5.2", "source": { "type": "git", "url": "https://github.com/woocommerce/action-scheduler.git", "reference": "519cfa20db89eb85511cad08301d3fa33522ed8b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/519cfa20db89eb85511cad08301d3fa33522ed8b", "reference": "519cfa20db89eb85511cad08301d3fa33522ed8b", "shasum": "" }, "require-dev": { "phpunit/phpunit": "^7.5", "woocommerce/woocommerce-sniffs": "0.1.0", "wp-cli/wp-cli": "~2.5.0", "yoast/phpunit-polyfills": "^1.0" }, "type": "wordpress-plugin", "extra": { "scripts-description": { "test": "Run unit tests", "phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer", "phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "description": "Action Scheduler for WordPress and WooCommerce", "homepage": "https://actionscheduler.org/", "support": { "issues": "https://github.com/woocommerce/action-scheduler/issues", "source": "https://github.com/woocommerce/action-scheduler/tree/3.5.2" }, "time": "2022-09-16T15:31:00+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], "plugin-api-version": "2.3.0" }