{
        "packages": [
                {
                        "name": "artisansweb/image-optimizer",
                        "version": "0.0.5",
                        "version_normalized": "0.0.5.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/artisansweb/image-optimizer.git",
                                "reference": "b5a1ad2a720fd1cd12bc1fc3d49416cbfe01c103"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/artisansweb/image-optimizer/zipball/b5a1ad2a720fd1cd12bc1fc3d49416cbfe01c103",
                                "reference": "b5a1ad2a720fd1cd12bc1fc3d49416cbfe01c103",
                                "shasum": ""
                        },
                        "require": {
                                "guzzlehttp/guzzle": "^6.5"
                        },
                        "require-dev": {
                                "phpro/grumphp": "^0.17.2",
                                "phpunit/phpunit": "8.5",
                                "squizlabs/php_codesniffer": "^3.5"
                        },
                        "time": "2020-04-20T10:12:41+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "ArtisansWeb\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Sajid",
                                        "email": "sajid@artisansweb.net"
                                }
                        ],
                        "description": "Optimize the images on the fly.",
                        "install-path": "../artisansweb/image-optimizer"
                },
                {
                        "name": "guzzlehttp/guzzle",
                        "version": "6.5.4",
                        "version_normalized": "6.5.4.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/guzzle/guzzle.git",
                                "reference": "a4a1b6930528a8f7ee03518e6442ec7a44155d9d"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a4a1b6930528a8f7ee03518e6442ec7a44155d9d",
                                "reference": "a4a1b6930528a8f7ee03518e6442ec7a44155d9d",
                                "shasum": ""
                        },
                        "require": {
                                "ext-json": "*",
                                "guzzlehttp/promises": "^1.0",
                                "guzzlehttp/psr7": "^1.6.1",
                                "php": ">=5.5",
                                "symfony/polyfill-intl-idn": "1.17.0"
                        },
                        "require-dev": {
                                "ext-curl": "*",
                                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
                                "psr/log": "^1.1"
                        },
                        "suggest": {
                                "psr/log": "Required for using the Log middleware"
                        },
                        "time": "2020-05-25T19:35:05+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "6.5-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "GuzzleHttp\\": "src/"
                                },
                                "files": [
                                        "src/functions_include.php"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Michael Dowling",
                                        "email": "mtdowling@gmail.com",
                                        "homepage": "https://github.com/mtdowling"
                                }
                        ],
                        "description": "Guzzle is a PHP HTTP client library",
                        "homepage": "http://guzzlephp.org/",
                        "keywords": [
                                "client",
                                "curl",
                                "framework",
                                "http",
                                "http client",
                                "rest",
                                "web service"
                        ],
                        "install-path": "../guzzlehttp/guzzle"
                },
                {
                        "name": "guzzlehttp/promises",
                        "version": "v1.3.1",
                        "version_normalized": "1.3.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/guzzle/promises.git",
                                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
                                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.5.0"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^4.0"
                        },
                        "time": "2016-12-20T10:07:11+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.4-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "GuzzleHttp\\Promise\\": "src/"
                                },
                                "files": [
                                        "src/functions_include.php"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Michael Dowling",
                                        "email": "mtdowling@gmail.com",
                                        "homepage": "https://github.com/mtdowling"
                                }
                        ],
                        "description": "Guzzle promises library",
                        "keywords": [
                                "promise"
                        ],
                        "install-path": "../guzzlehttp/promises"
                },
                {
                        "name": "guzzlehttp/psr7",
                        "version": "1.6.1",
                        "version_normalized": "1.6.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/guzzle/psr7.git",
                                "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
                                "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.4.0",
                                "psr/http-message": "~1.0",
                                "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
                        },
                        "provide": {
                                "psr/http-message-implementation": "1.0"
                        },
                        "require-dev": {
                                "ext-zlib": "*",
                                "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
                        },
                        "suggest": {
                                "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
                        },
                        "time": "2019-07-01T23:21:34+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.6-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "GuzzleHttp\\Psr7\\": "src/"
                                },
                                "files": [
                                        "src/functions_include.php"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Michael Dowling",
                                        "email": "mtdowling@gmail.com",
                                        "homepage": "https://github.com/mtdowling"
                                },
                                {
                                        "name": "Tobias Schultze",
                                        "homepage": "https://github.com/Tobion"
                                }
                        ],
                        "description": "PSR-7 message implementation that also provides common utility methods",
                        "keywords": [
                                "http",
                                "message",
                                "psr-7",
                                "request",
                                "response",
                                "stream",
                                "uri",
                                "url"
                        ],
                        "install-path": "../guzzlehttp/psr7"
                },
                {
                        "name": "jamesryanbell/cloudflare",
                        "version": "1.11.1",
                        "version_normalized": "1.11.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/jamesryanbell/cloudflare.git",
                                "reference": "75e93bb822619d8ddb8b1843588caa2fad739491"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/jamesryanbell/cloudflare/zipball/75e93bb822619d8ddb8b1843588caa2fad739491",
                                "reference": "75e93bb822619d8ddb8b1843588caa2fad739491",
                                "shasum": ""
                        },
                        "require-dev": {
                                "phpunit/phpunit": "< 6",
                                "satooshi/php-coveralls": "dev-master"
                        },
                        "time": "2017-08-04T19:01:02+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Cloudflare\\": "src/CloudFlare"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "James Bell",
                                        "email": "james@james-bell.co.uk"
                                }
                        ],
                        "description": "CloudFlare API - PHP",
                        "keywords": [
                                "api",
                                "cloudflare"
                        ],
                        "install-path": "../jamesryanbell/cloudflare"
                },
                {
                        "name": "jmathai/php-multi-curl",
                        "version": "dev-master",
                        "version_normalized": "dev-master",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/jmathai/php-multi-curl.git",
                                "reference": "ee0917264ab4ef15cf5b318a2dc7b4ac5e5847c7"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/jmathai/php-multi-curl/zipball/ee0917264ab4ef15cf5b318a2dc7b4ac5e5847c7",
                                "reference": "ee0917264ab4ef15cf5b318a2dc7b4ac5e5847c7",
                                "shasum": ""
                        },
                        "require-dev": {
                                "phpunit/phpunit": "4.0.*"
                        },
                        "time": "2020-12-17T07:34:16+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "JMathai\\PhpMultiCurl\\": "src"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "Apache"
                        ],
                        "description": "A high performance PHP library for asynchronous curl http calls.",
                        "keywords": [
                                "asynchronous",
                                "curl",
                                "parallel",
                                "php-multi-curl"
                        ],
                        "install-path": "../jmathai/php-multi-curl"
                },
                {
                        "name": "matthiasmullie/minify",
                        "version": "1.3.63",
                        "version_normalized": "1.3.63.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/matthiasmullie/minify.git",
                                "reference": "9ba1b459828adc13430f4dd6c49dae4950dc4117"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/9ba1b459828adc13430f4dd6c49dae4950dc4117",
                                "reference": "9ba1b459828adc13430f4dd6c49dae4950dc4117",
                                "shasum": ""
                        },
                        "require": {
                                "ext-pcre": "*",
                                "matthiasmullie/path-converter": "~1.1",
                                "php": ">=5.3.0"
                        },
                        "require-dev": {
                                "friendsofphp/php-cs-fixer": "~2.0",
                                "matthiasmullie/scrapbook": "~1.0",
                                "phpunit/phpunit": "~4.8"
                        },
                        "suggest": {
                                "psr/cache-implementation": "Cache implementation to use with Minify::cache"
                        },
                        "time": "2020-01-21T20:21:08+00:00",
                        "bin": [
                                "bin/minifycss",
                                "bin/minifyjs"
                        ],
                        "type": "library",
                        "installation-source": "dist",
                        "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"
                        ],
                        "install-path": "../matthiasmullie/minify"
                },
                {
                        "name": "matthiasmullie/path-converter",
                        "version": "1.1.3",
                        "version_normalized": "1.1.3.0",
                        "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"
                        },
                        "time": "2019-02-05T23:41:09+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "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"
                        ],
                        "install-path": "../matthiasmullie/path-converter"
                },
                {
                        "name": "psr/http-message",
                        "version": "1.0.1",
                        "version_normalized": "1.0.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/php-fig/http-message.git",
                                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
                                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.0"
                        },
                        "time": "2016-08-06T14:39:51+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.0.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Psr\\Http\\Message\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "PHP-FIG",
                                        "homepage": "http://www.php-fig.org/"
                                }
                        ],
                        "description": "Common interface for HTTP messages",
                        "homepage": "https://github.com/php-fig/http-message",
                        "keywords": [
                                "http",
                                "http-message",
                                "psr",
                                "psr-7",
                                "request",
                                "response"
                        ],
                        "install-path": "../psr/http-message"
                },
                {
                        "name": "ralouphie/getallheaders",
                        "version": "3.0.3",
                        "version_normalized": "3.0.3.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/ralouphie/getallheaders.git",
                                "reference": "120b605dfeb996808c31b6477290a714d356e822"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
                                "reference": "120b605dfeb996808c31b6477290a714d356e822",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.6"
                        },
                        "require-dev": {
                                "php-coveralls/php-coveralls": "^2.1",
                                "phpunit/phpunit": "^5 || ^6.5"
                        },
                        "time": "2019-03-08T08:55:37+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "src/getallheaders.php"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Ralph Khattar",
                                        "email": "ralph.khattar@gmail.com"
                                }
                        ],
                        "description": "A polyfill for getallheaders.",
                        "install-path": "../ralouphie/getallheaders"
                },
                {
                        "name": "symfony/polyfill-intl-idn",
                        "version": "v1.17.0",
                        "version_normalized": "1.17.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/polyfill-intl-idn.git",
                                "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3bff59ea7047e925be6b7f2059d60af31bb46d6a",
                                "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.3",
                                "symfony/polyfill-mbstring": "^1.3",
                                "symfony/polyfill-php72": "^1.10"
                        },
                        "suggest": {
                                "ext-intl": "For best performance"
                        },
                        "time": "2020-05-12T16:47:27+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.17-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Symfony\\Polyfill\\Intl\\Idn\\": ""
                                },
                                "files": [
                                        "bootstrap.php"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Laurent Bassin",
                                        "email": "laurent@bassin.info"
                                },
                                {
                                        "name": "Symfony Community",
                                        "homepage": "https://symfony.com/contributors"
                                }
                        ],
                        "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
                        "homepage": "https://symfony.com",
                        "keywords": [
                                "compatibility",
                                "idn",
                                "intl",
                                "polyfill",
                                "portable",
                                "shim"
                        ],
                        "install-path": "../symfony/polyfill-intl-idn"
                },
                {
                        "name": "symfony/polyfill-mbstring",
                        "version": "v1.17.0",
                        "version_normalized": "1.17.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/polyfill-mbstring.git",
                                "reference": "fa79b11539418b02fc5e1897267673ba2c19419c"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c",
                                "reference": "fa79b11539418b02fc5e1897267673ba2c19419c",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.3"
                        },
                        "suggest": {
                                "ext-mbstring": "For best performance"
                        },
                        "time": "2020-05-12T16:47:27+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.17-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Symfony\\Polyfill\\Mbstring\\": ""
                                },
                                "files": [
                                        "bootstrap.php"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Nicolas Grekas",
                                        "email": "p@tchwork.com"
                                },
                                {
                                        "name": "Symfony Community",
                                        "homepage": "https://symfony.com/contributors"
                                }
                        ],
                        "description": "Symfony polyfill for the Mbstring extension",
                        "homepage": "https://symfony.com",
                        "keywords": [
                                "compatibility",
                                "mbstring",
                                "polyfill",
                                "portable",
                                "shim"
                        ],
                        "install-path": "../symfony/polyfill-mbstring"
                },
                {
                        "name": "symfony/polyfill-php72",
                        "version": "v1.17.0",
                        "version_normalized": "1.17.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/polyfill-php72.git",
                                "reference": "f048e612a3905f34931127360bdd2def19a5e582"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582",
                                "reference": "f048e612a3905f34931127360bdd2def19a5e582",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.3"
                        },
                        "time": "2020-05-12T16:47:27+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.17-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Symfony\\Polyfill\\Php72\\": ""
                                },
                                "files": [
                                        "bootstrap.php"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Nicolas Grekas",
                                        "email": "p@tchwork.com"
                                },
                                {
                                        "name": "Symfony Community",
                                        "homepage": "https://symfony.com/contributors"
                                }
                        ],
                        "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
                        "homepage": "https://symfony.com",
                        "keywords": [
                                "compatibility",
                                "polyfill",
                                "portable",
                                "shim"
                        ],
                        "install-path": "../symfony/polyfill-php72"
                }
        ],
        "dev": true,
        "dev-package-names": []
}
