[
    {
        "name": "rosell-dk/dom-util-for-webp",
        "version": "0.3.1",
        "version_normalized": "0.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/rosell-dk/dom-util-for-webp.git",
            "reference": "bae8f4a9b666726359d28bfb227d886c12f136a9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/rosell-dk/dom-util-for-webp/zipball/bae8f4a9b666726359d28bfb227d886c12f136a9",
            "reference": "bae8f4a9b666726359d28bfb227d886c12f136a9",
            "shasum": ""
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.11",
            "phpunit/phpunit": "5.7.27",
            "squizlabs/php_codesniffer": "3.*"
        },
        "time": "2019-07-31T14:17:18+00:00",
        "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"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "rosell-dk/image-mime-type-guesser",
        "version": "0.3",
        "version_normalized": "0.3.0.0",
        "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.*"
        },
        "time": "2019-03-29T09:33:28+00:00",
        "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"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "rosell-dk/webp-convert",
        "version": "2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/rosell-dk/webp-convert.git",
            "reference": "74991497d403c07de269623850722aa0f7d15542"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/rosell-dk/webp-convert/zipball/74991497d403c07de269623850722aa0f7d15542",
            "reference": "74991497d403c07de269623850722aa0f7d15542",
            "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"
        },
        "time": "2019-10-05T18:32:17+00:00",
        "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"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    }
]
