{ "_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": "42c7c5920bb6adb35d84aa898982342f", "packages": [ { "name": "rosell-dk/dom-util-for-webp", "version": "0.4.0", "source": { "type": "git", "url": "https://github.com/rosell-dk/dom-util-for-webp.git", "reference": "5928aecf64d59124b341dce23ce8ecf48a6eded6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/rosell-dk/dom-util-for-webp/zipball/5928aecf64d59124b341dce23ce8ecf48a6eded6", "reference": "5928aecf64d59124b341dce23ce8ecf48a6eded6", "shasum": "" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.11", "phpunit/phpunit": "5.7.27", "squizlabs/php_codesniffer": "3.*" }, "suggest": { "phpstan/phpstan": "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": { "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": "2020-02-02T11:16:27+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.3.1", "source": { "type": "git", "url": "https://github.com/rosell-dk/webp-convert.git", "reference": "47232b3e85d05d933c1da23349ebb03ef8939e0c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/rosell-dk/webp-convert/zipball/47232b3e85d05d933c1da23349ebb03ef8939e0c", "reference": "47232b3e85d05d933c1da23349ebb03ef8939e0c", "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": "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" ], "time": "2020-02-02T19:29:01+00:00" }, { "name": "rosell-dk/webp-convert-cloud-service", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/rosell-dk/webp-convert-cloud-service.git", "reference": "703c2f1c76d30468ee3977170bfa3da138d8c4ad" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/rosell-dk/webp-convert-cloud-service/zipball/703c2f1c76d30468ee3977170bfa3da138d8c4ad", "reference": "703c2f1c76d30468ee3977170bfa3da138d8c4ad", "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", "role": "Project Author", "homepage": "https://www.bitwise-it.dk/contact" } ], "description": "Cloud service for converting JPEG & PNG to WebP", "keywords": [ "Webp", "cwebp", "gd", "image conversion", "images", "imagick", "jpg", "jpg2webp", "png", "png2webp" ], "time": "2019-06-30T08:28:35+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }