{ "_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": "4b326e154cd42a9b5e0182756cab2642", "packages": [ { "name": "rosell-dk/dom-util-for-webp", "version": "0.3.0", "source": { "type": "git", "url": "https://github.com/rosell-dk/dom-util-for-webp.git", "reference": "c9cebf304553695fb6f7cf5634da51172e8e4aba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/rosell-dk/dom-util-for-webp/zipball/c9cebf304553695fb6f7cf5634da51172e8e4aba", "reference": "c9cebf304553695fb6f7cf5634da51172e8e4aba", "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": { "DOMUtilForWebP\\": "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": "Replace image URLs found in HTML", "keywords": [ "Webp", "html", "images", "replace" ], "time": "2019-03-07T09:15:07+00:00" }, { "name": "rosell-dk/image-mime-type-guesser", "version": "0.3", "source": { "type": "git", "url": "https://github.com/rosell-dk/image-mime-type-guesser.git", "reference": "204fd61ca81e3b0ba46c6165dab8f74816b1fe99" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/rosell-dk/image-mime-type-guesser/zipball/204fd61ca81e3b0ba46c6165dab8f74816b1fe99", "reference": "204fd61ca81e3b0ba46c6165dab8f74816b1fe99", "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": { "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" ], "time": "2019-03-29T09:33:28+00:00" }, { "name": "rosell-dk/webp-convert", "version": "2.1.4", "source": { "type": "git", "url": "https://github.com/rosell-dk/webp-convert.git", "reference": "4ea37baaa3edee036223b45249ec6898fa945821" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/rosell-dk/webp-convert/zipball/4ea37baaa3edee036223b45249ec6898fa945821", "reference": "4ea37baaa3edee036223b45249ec6898fa945821", "shasum": "" }, "require": { "php": "^5.6 | ^7.0", "rosell-dk/image-mime-type-guesser": "^0.3" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.11", "phpunit/phpunit": "5.7.27", "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": "Martin Folkers", "homepage": "https://twobrain.io", "role": "Collaborator" }, { "name": "Bjørn Rosell", "homepage": "https://www.bitwise-it.dk/contact", "role": "Project Author" } ], "description": "Convert JPEG & PNG to WebP with PHP", "keywords": [ "Webp", "cwebp", "gd", "image conversion", "images", "imagick", "jpg", "jpg2webp", "png", "png2webp" ], "time": "2019-06-28T19:21:17+00:00" }, { "name": "rosell-dk/webp-convert-cloud-service", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/rosell-dk/webp-convert-cloud-service.git", "reference": "5345c63d0a44d529591c36ebab33c3bcfc080787" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/rosell-dk/webp-convert-cloud-service/zipball/5345c63d0a44d529591c36ebab33c3bcfc080787", "reference": "5345c63d0a44d529591c36ebab33c3bcfc080787", "shasum": "" }, "require": { "rosell-dk/webp-convert": "^2.0.0" }, "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/" } }, "notification-url": "https://packagist.org/downloads/", "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": [ "Webp", "cwebp", "gd", "image conversion", "images", "imagick", "jpg", "jpg2webp", "png", "png2webp" ], "time": "2019-06-14T13:05:09+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }