{ "_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#composer-lock-the-lock-file", "This file is @generated automatically" ], "content-hash": "21bd9997eb2a6a5e4326aaf862d03f27", "packages": [ { "name": "rosell-dk/webp-convert", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/rosell-dk/webp-convert.git", "reference": "cd3973c29a22628dad27435cb56f126d4bd1f5c6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/rosell-dk/webp-convert/zipball/cd3973c29a22628dad27435cb56f126d4bd1f5c6", "reference": "cd3973c29a22628dad27435cb56f126d4bd1f5c6", "shasum": "" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.11", "phpunit/phpunit": "5.7.27", "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": { "WebPConvert\\": "src/" } }, "autoload-dev": { "psr-4": { "WebPConvert\\Tests\\": "tests/" } }, "scripts": { "ci": [ "@build", "@test", "@phpcs-all", "@composer validate --no-check-all --strict" ], "build": [ "@build-wod", "@build-require-all" ], "cs-fix-all": [ "php-cs-fixer fix src" ], "cs-fix": [ "php-cs-fixer fix" ], "cs-dry": [ "php-cs-fixer fix --dry-run --diff" ], "test": [ "phpunit" ], "phpcs": [ "phpcs --standard=PSR2" ], "phpcs-all": [ "phpcs --standard=PSR2 src" ], "phpcbf": [ "phpcbf --standard=PSR2" ], "build-wod": [ "php build-scripts/build-webp-on-demand.php" ], "build-require-all": [ "php build-scripts/generate-require-all.php" ] }, "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": [ "cwebp", "gd", "image conversion", "images", "imagick", "jpg", "jpg2webp", "png", "png2webp", "webp" ], "support": { "source": "https://github.com/rosell-dk/webp-convert/tree/master", "issues": "https://github.com/rosell-dk/webp-convert/issues" }, "time": "2018-11-08T11:13:49+00:00" }, { "name": "rosell-dk/webp-convert-cloud-service", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/rosell-dk/webp-convert-cloud-service.git", "reference": "ae0ffb45617321d2bb6ca8b66c7921227d5a11db" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/rosell-dk/webp-convert-cloud-service/zipball/ae0ffb45617321d2bb6ca8b66c7921227d5a11db", "reference": "ae0ffb45617321d2bb6ca8b66c7921227d5a11db", "shasum": "" }, "require": { "rosell-dk/webp-convert": "*@dev" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.11", "phpunit/phpunit": "5.7.27", "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": { "WebPConvertCloudService\\": "src/" } }, "autoload-dev": { "psr-4": { "WebPConvertCloudService\\Tests\\": "tests/" } }, "scripts": { "ci": [ "@test", "@phpcs-all", "@composer validate --no-check-all --strict" ], "cs-fix-all": [ "php-cs-fixer fix src" ], "cs-fix": [ "php-cs-fixer fix" ], "cs-dry": [ "php-cs-fixer fix --dry-run --diff" ], "test": [ "phpunit tests/" ], "phpcs": [ "phpcs --standard=PSR2" ], "phpcs-all": [ "phpcs --standard=PSR2 src" ], "phpcbf": [ "phpcbf --standard=PSR2" ] }, "license": [ "MIT" ], "authors": [ { "name": "Bjørn Rosell", "homepage": "https://www.bitwise-it.dk/contact", "role": "Project Author" } ], "description": "Cloud service for converting JPEG & PNG to WebP", "keywords": [ "cwebp", "gd", "image conversion", "images", "imagick", "jpg", "jpg2webp", "png", "png2webp", "webp" ], "support": { "source": "https://github.com/rosell-dk/webp-convert-cloud-service/tree/master", "issues": "https://github.com/rosell-dk/webp-convert-cloud-service/issues" }, "time": "2018-11-08T13:09:00+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "dev", "stability-flags": { "rosell-dk/webp-convert": 20, "rosell-dk/webp-convert-cloud-service": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }