[
    {
        "name": "clue/stream-filter",
        "version": "v1.4.1",
        "version_normalized": "1.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/clue/php-stream-filter.git",
            "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
            "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.0 || ^4.8"
        },
        "time": "2019-04-09T12:31:48+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Clue\\StreamFilter\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Christian Lück",
                "email": "christian@lueck.tv"
            }
        ],
        "description": "A simple and modern approach to stream filtering in PHP",
        "homepage": "https://github.com/clue/php-stream-filter",
        "keywords": [
            "bucket brigade",
            "callback",
            "filter",
            "php_user_filter",
            "stream",
            "stream_filter_append",
            "stream_filter_register"
        ]
    },
    {
        "name": "docker-php/docker-php",
        "version": "v2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/docker-php/docker-php.git",
            "reference": "6591b46778b4829f0b8cd3d662376a281f040a52"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/docker-php/docker-php/zipball/6591b46778b4829f0b8cd3d662376a281f040a52",
            "reference": "6591b46778b4829f0b8cd3d662376a281f040a52",
            "shasum": ""
        },
        "require": {
            "docker-php/docker-php-api": "4.1.*",
            "guzzlehttp/psr7": "^1.2",
            "php": ">=7.1",
            "php-http/client-common": "^1.6",
            "php-http/message": "^1.0",
            "php-http/socket-client": "^1.3",
            "symfony/filesystem": "^2.3 || ^3.0 || ^4.0",
            "symfony/process": "^2.3 || ^3.0 || ^4.0"
        },
        "conflict": {
            "amphp/artax": "<3.0",
            "amphp/socket": "<0.10.5"
        },
        "require-dev": {
            "amphp/artax": "^3.0",
            "amphp/socket": "^0.10.5",
            "friendsofphp/php-cs-fixer": "2.8.1",
            "phpunit/phpunit": "^6.0"
        },
        "suggest": {
            "amphp/artax": "To use the async api",
            "php-http/httplug-bundle": "For integration with Symfony"
        },
        "time": "2018-02-22T17:45:10+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Docker\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "A Docker PHP client"
    },
    {
        "name": "docker-php/docker-php-api",
        "version": "v4.1.36.1",
        "version_normalized": "4.1.36.1",
        "source": {
            "type": "git",
            "url": "https://github.com/docker-php/docker-php-api.git",
            "reference": "659130166a797096902a158e1f648e2e0d0001d6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/docker-php/docker-php-api/zipball/659130166a797096902a158e1f648e2e0d0001d6",
            "reference": "659130166a797096902a158e1f648e2e0d0001d6",
            "shasum": ""
        },
        "require": {
            "jane-php/open-api-runtime": "^4.0",
            "php": ">=7.1"
        },
        "require-dev": {
            "amphp/artax": "^3.0",
            "friendsofphp/php-cs-fixer": "^2.9",
            "jane-php/json-schema": "^4.0",
            "jane-php/open-api": "^4.0",
            "phpunit/phpunit": "^6.0"
        },
        "suggest": {
            "amphp/artax": "To use the async api"
        },
        "time": "2018-02-28T21:56:00+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "4.1.36": "4.1.36.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Docker\\API\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Docker API generated files from OpenAPI Specification"
    },
    {
        "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"
        ]
    },
    {
        "name": "jane-php/json-schema-runtime",
        "version": "v4.5.0",
        "version_normalized": "4.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/janephp/json-schema-runtime.git",
            "reference": "7914463d67188ac667ae5ab30a7da76709a25e27"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/janephp/json-schema-runtime/zipball/7914463d67188ac667ae5ab30a7da76709a25e27",
            "reference": "7914463d67188ac667ae5ab30a7da76709a25e27",
            "shasum": ""
        },
        "require": {
            "league/uri": "^4.2|^5.3",
            "php": "^7.0",
            "php-jsonpointer/php-jsonpointer": "^3.0",
            "symfony/serializer": "^3.1|^4.0",
            "symfony/yaml": "^3.1|^4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.0"
        },
        "time": "2019-03-07T14:28:22+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Jane\\JsonSchemaRuntime\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Joel Wurtz",
                "email": "jwurtz@jolicode.com"
            },
            {
                "name": "JoliCode",
                "email": "coucou@jolicode.com"
            }
        ],
        "description": "Jane runtime Library"
    },
    {
        "name": "jane-php/open-api-runtime",
        "version": "v4.5.0",
        "version_normalized": "4.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/janephp/open-api-runtime.git",
            "reference": "fdcfdef105d9d12db6c5d30b7f78b05cb16191c6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/janephp/open-api-runtime/zipball/fdcfdef105d9d12db6c5d30b7f78b05cb16191c6",
            "reference": "fdcfdef105d9d12db6c5d30b7f78b05cb16191c6",
            "shasum": ""
        },
        "require": {
            "jane-php/json-schema-runtime": "^4.0",
            "php-http/client-common": "^1.4 || ^2.0",
            "php-http/httplug": "^1.0 || ^2.0",
            "php-http/message-factory": "^1.0.2",
            "php-http/multipart-stream-builder": "^1.0",
            "psr/http-client": "^1.0",
            "psr/http-factory": "^1.0",
            "symfony/options-resolver": "^3.1|^4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.7|^5.5"
        },
        "time": "2019-09-27T19:24:35+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Jane\\OpenApiRuntime\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Joel Wurtz",
                "email": "jwurtz@jolicode.com"
            }
        ],
        "description": "Jane OpenAPI Runtime Library, dependencies and utility class for a library generated by jane/openapi"
    },
    {
        "name": "league/uri",
        "version": "5.3.0",
        "version_normalized": "5.3.0.0",
        "require": {
            "ext-fileinfo": "*",
            "ext-intl": "*",
            "ext-mbstring": "*",
            "league/uri-components": "^1.8",
            "league/uri-hostname-parser": "^1.1",
            "league/uri-interfaces": "^1.0",
            "league/uri-manipulations": "^1.5",
            "league/uri-parser": "^1.4",
            "league/uri-schemes": "^1.2",
            "php": ">=7.0.13",
            "psr/http-message": "^1.0"
        },
        "time": "2018-03-14T17:19:39+00:00",
        "type": "metapackage",
        "extra": {
            "branch-alias": {
                "dev-master": "5.x-dev"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ignace Nyamagana Butera",
                "email": "nyamsprod@gmail.com",
                "homepage": "https://nyamsprod.com"
            }
        ],
        "description": "URI manipulation library",
        "homepage": "http://uri.thephpleague.com",
        "keywords": [
            "data-uri",
            "file-uri",
            "ftp",
            "hostname",
            "http",
            "https",
            "middleware",
            "parse_str",
            "parse_url",
            "psr-7",
            "query-string",
            "querystring",
            "rfc3986",
            "rfc3987",
            "uri",
            "url",
            "ws"
        ]
    },
    {
        "name": "league/uri-components",
        "version": "1.8.2",
        "version_normalized": "1.8.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/uri-components.git",
            "reference": "d0412fd730a54a8284009664188cf239070eae64"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/uri-components/zipball/d0412fd730a54a8284009664188cf239070eae64",
            "reference": "d0412fd730a54a8284009664188cf239070eae64",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "ext-fileinfo": "*",
            "ext-intl": "*",
            "league/uri-hostname-parser": "^1.1.0",
            "php": ">=7.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.3",
            "phpstan/phpstan": "^0.9.2",
            "phpstan/phpstan-phpunit": "^0.9.4",
            "phpstan/phpstan-strict-rules": "^0.9.0",
            "phpunit/phpunit": "^6.0"
        },
        "time": "2018-10-24T11:31:02+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Uri\\": "src"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ignace Nyamagana Butera",
                "email": "nyamsprod@gmail.com",
                "homepage": "https://nyamsprod.com"
            }
        ],
        "description": "URI components manipulation library",
        "homepage": "http://uri.thephpleague.com",
        "keywords": [
            "authority",
            "components",
            "fragment",
            "host",
            "path",
            "port",
            "query",
            "rfc3986",
            "scheme",
            "uri",
            "url",
            "userinfo"
        ]
    },
    {
        "name": "league/uri-hostname-parser",
        "version": "1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/uri-hostname-parser.git",
            "reference": "7a6be3d06d0ed08dcb51f666aa60f3b66cd51325"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/uri-hostname-parser/zipball/7a6be3d06d0ed08dcb51f666aa60f3b66cd51325",
            "reference": "7a6be3d06d0ed08dcb51f666aa60f3b66cd51325",
            "shasum": ""
        },
        "require": {
            "ext-intl": "*",
            "php": ">=7.0",
            "psr/simple-cache": "^1"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.7",
            "mikey179/vfsstream": "^1.6",
            "phpunit/phpunit": "^6.3"
        },
        "suggest": {
            "ext-curl": "To use the bundle cURL HTTP client",
            "psr/simple-cache-implementation": "To enable using other cache providers"
        },
        "time": "2018-02-16T07:29:26+00:00",
        "bin": [
            "bin/update-psl-icann-section"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Uri\\": "src"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jeremy Kendall",
                "homepage": "http://about.me/jeremykendall",
                "role": "Developer"
            },
            {
                "name": "Ignace Nyamagana Butera",
                "homepage": "http://nyamsprod.com",
                "role": "Developer"
            },
            {
                "name": "Contributors",
                "homepage": "https://github.com/phpleague/uri-hostname-parser/graphs/contributors"
            }
        ],
        "description": "ICANN base hostname parsing implemented in PHP.",
        "homepage": "https://github.com/thephphleague/uri-hostname-parser",
        "keywords": [
            "Public Suffix List",
            "domain parsing",
            "icann"
        ]
    },
    {
        "name": "league/uri-interfaces",
        "version": "1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/uri-interfaces.git",
            "reference": "081760c53a4ce76c9935a755a21353610f5495f6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/081760c53a4ce76c9935a755a21353610f5495f6",
            "reference": "081760c53a4ce76c9935a755a21353610f5495f6",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.0.0"
        },
        "time": "2018-11-05T14:00:06+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Uri\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ignace Nyamagana Butera",
                "email": "nyamsprod@gmail.com",
                "homepage": "https://nyamsprod.com"
            }
        ],
        "description": "Common interface for URI representation",
        "homepage": "http://github.com/thephpleague/uri-interfaces",
        "keywords": [
            "rfc3986",
            "rfc3987",
            "uri",
            "url"
        ]
    },
    {
        "name": "league/uri-manipulations",
        "version": "1.5.0",
        "version_normalized": "1.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/uri-manipulations.git",
            "reference": "ae8d49a3203ccf7a1e39aaf7fae9f08bfbc454a2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/uri-manipulations/zipball/ae8d49a3203ccf7a1e39aaf7fae9f08bfbc454a2",
            "reference": "ae8d49a3203ccf7a1e39aaf7fae9f08bfbc454a2",
            "shasum": ""
        },
        "require": {
            "ext-intl": "*",
            "league/uri-components": "^1.8.0",
            "league/uri-interfaces": "^1.0",
            "php": ">=7.0",
            "psr/http-message": "^1.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.0",
            "guzzlehttp/psr7": "^1.2",
            "league/uri-schemes": "^1.2",
            "phpstan/phpstan": "^0.9.2",
            "phpstan/phpstan-phpunit": "^0.9.4",
            "phpstan/phpstan-strict-rules": "^0.9.0",
            "phpunit/phpunit": "^6.0",
            "zendframework/zend-diactoros": "1.4.0"
        },
        "suggest": {
            "league/uri-schemes": "Allow manipulating URI objects"
        },
        "time": "2018-03-14T16:44:57+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Uri\\": "src"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ignace Nyamagana Butera",
                "email": "nyamsprod@gmail.com",
                "homepage": "https://nyamsprod.com"
            }
        ],
        "description": "URI manipulation library",
        "homepage": "http://url.thephpleague.com",
        "keywords": [
            "formatter",
            "manipulation",
            "manipulations",
            "middlewares",
            "modifiers",
            "psr-7",
            "references",
            "rfc3986",
            "rfc3987",
            "uri",
            "url"
        ]
    },
    {
        "name": "league/uri-parser",
        "version": "1.4.1",
        "version_normalized": "1.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/uri-parser.git",
            "reference": "671548427e4c932352d9b9279fdfa345bf63fa00"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/uri-parser/zipball/671548427e4c932352d9b9279fdfa345bf63fa00",
            "reference": "671548427e4c932352d9b9279fdfa345bf63fa00",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.0",
            "phpstan/phpstan": "^0.9.2",
            "phpstan/phpstan-phpunit": "^0.9.4",
            "phpstan/phpstan-strict-rules": "^0.9.0",
            "phpunit/phpunit": "^6.0"
        },
        "suggest": {
            "ext-intl": "Allow parsing RFC3987 compliant hosts",
            "league/uri-schemes": "Allow validating and normalizing URI parsing results"
        },
        "time": "2018-11-22T07:55:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Uri\\": "src"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ignace Nyamagana Butera",
                "email": "nyamsprod@gmail.com",
                "homepage": "https://nyamsprod.com"
            }
        ],
        "description": "userland URI parser RFC 3986 compliant",
        "homepage": "https://github.com/thephpleague/uri-parser",
        "keywords": [
            "parse_url",
            "parser",
            "rfc3986",
            "rfc3987",
            "uri",
            "url"
        ]
    },
    {
        "name": "league/uri-schemes",
        "version": "1.2.1",
        "version_normalized": "1.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/uri-schemes.git",
            "reference": "f821a444785724bcc9bc244b1173b9d6ca4d71e6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/uri-schemes/zipball/f821a444785724bcc9bc244b1173b9d6ca4d71e6",
            "reference": "f821a444785724bcc9bc244b1173b9d6ca4d71e6",
            "shasum": ""
        },
        "require": {
            "ext-fileinfo": "*",
            "league/uri-interfaces": "^1.1",
            "league/uri-parser": "^1.4.0",
            "php": ">=7.0.13",
            "psr/http-message": "^1.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.0",
            "phpstan/phpstan": "^0.9.2",
            "phpstan/phpstan-phpunit": "^0.9.4",
            "phpstan/phpstan-strict-rules": "^0.9.0",
            "phpunit/phpunit": "^6.0"
        },
        "suggest": {
            "ext-intl": "Allow parsing RFC3987 compliant hosts",
            "league/uri-manipulations": "Needed to easily manipulate URI objects"
        },
        "time": "2018-11-26T08:09:30+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Uri\\": "src"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ignace Nyamagana Butera",
                "email": "nyamsprod@gmail.com",
                "homepage": "https://nyamsprod.com"
            }
        ],
        "description": "URI manipulation library",
        "homepage": "http://uri.thephpleague.com",
        "keywords": [
            "data-uri",
            "file",
            "ftp",
            "http",
            "https",
            "parse_url",
            "psr-7",
            "rfc3986",
            "uri",
            "url",
            "ws",
            "wss"
        ]
    },
    {
        "name": "php-http/client-common",
        "version": "1.9.1",
        "version_normalized": "1.9.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/client-common.git",
            "reference": "0e156a12cc3e46f590c73bf57592a2252fc3dc48"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/client-common/zipball/0e156a12cc3e46f590c73bf57592a2252fc3dc48",
            "reference": "0e156a12cc3e46f590c73bf57592a2252fc3dc48",
            "shasum": ""
        },
        "require": {
            "php": "^5.4 || ^7.0",
            "php-http/httplug": "^1.1",
            "php-http/message": "^1.6",
            "php-http/message-factory": "^1.0",
            "symfony/options-resolver": "^2.6 || ^3.0 || ^4.0"
        },
        "require-dev": {
            "guzzlehttp/psr7": "^1.4",
            "phpspec/phpspec": "^2.5 || ^3.4 || ^4.2"
        },
        "suggest": {
            "php-http/cache-plugin": "PSR-6 Cache plugin",
            "php-http/logger-plugin": "PSR-3 Logger plugin",
            "php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
        },
        "time": "2019-02-02T07:03:15+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\Client\\Common\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            }
        ],
        "description": "Common HTTP Client implementations and tools for HTTPlug",
        "homepage": "http://httplug.io",
        "keywords": [
            "client",
            "common",
            "http",
            "httplug"
        ]
    },
    {
        "name": "php-http/discovery",
        "version": "1.7.0",
        "version_normalized": "1.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/discovery.git",
            "reference": "e822f86a6983790aa17ab13aa7e69631e86806b6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/discovery/zipball/e822f86a6983790aa17ab13aa7e69631e86806b6",
            "reference": "e822f86a6983790aa17ab13aa7e69631e86806b6",
            "shasum": ""
        },
        "require": {
            "php": "^7.1"
        },
        "conflict": {
            "nyholm/psr7": "<1.0"
        },
        "require-dev": {
            "akeneo/phpspec-skip-example-extension": "^4.0",
            "php-http/httplug": "^1.0 || ^2.0",
            "php-http/message-factory": "^1.0",
            "phpspec/phpspec": "^5.1",
            "puli/composer-plugin": "1.0.0-beta10"
        },
        "suggest": {
            "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
            "puli/composer-plugin": "Sets up Puli which is recommended for Discovery to work. Check http://docs.php-http.org/en/latest/discovery.html for more details."
        },
        "time": "2019-06-30T09:04:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\Discovery\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            }
        ],
        "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
        "homepage": "http://php-http.org",
        "keywords": [
            "adapter",
            "client",
            "discovery",
            "factory",
            "http",
            "message",
            "psr7"
        ]
    },
    {
        "name": "php-http/httplug",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/httplug.git",
            "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/httplug/zipball/1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
            "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4",
            "php-http/promise": "^1.0",
            "psr/http-message": "^1.0"
        },
        "require-dev": {
            "henrikbjorn/phpspec-code-coverage": "^1.0",
            "phpspec/phpspec": "^2.4"
        },
        "time": "2016-08-31T08:30:17+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\Client\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Eric GELOEN",
                "email": "geloen.eric@gmail.com"
            },
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            }
        ],
        "description": "HTTPlug, the HTTP client abstraction for PHP",
        "homepage": "http://httplug.io",
        "keywords": [
            "client",
            "http"
        ]
    },
    {
        "name": "php-http/message",
        "version": "1.8.0",
        "version_normalized": "1.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/message.git",
            "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/message/zipball/ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
            "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
            "shasum": ""
        },
        "require": {
            "clue/stream-filter": "^1.4",
            "php": "^7.1",
            "php-http/message-factory": "^1.0.2",
            "psr/http-message": "^1.0"
        },
        "provide": {
            "php-http/message-factory-implementation": "1.0"
        },
        "require-dev": {
            "akeneo/phpspec-skip-example-extension": "^1.0",
            "coduo/phpspec-data-provider-extension": "^1.0",
            "ext-zlib": "*",
            "guzzlehttp/psr7": "^1.0",
            "henrikbjorn/phpspec-code-coverage": "^1.0",
            "phpspec/phpspec": "^2.4",
            "slim/slim": "^3.0",
            "zendframework/zend-diactoros": "^1.0"
        },
        "suggest": {
            "ext-zlib": "Used with compressor/decompressor streams",
            "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
            "slim/slim": "Used with Slim Framework PSR-7 implementation",
            "zendframework/zend-diactoros": "Used with Diactoros Factories"
        },
        "time": "2019-08-05T06:55:08+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\Message\\": "src/"
            },
            "files": [
                "src/filters.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            }
        ],
        "description": "HTTP Message related tools",
        "homepage": "http://php-http.org",
        "keywords": [
            "http",
            "message",
            "psr-7"
        ]
    },
    {
        "name": "php-http/message-factory",
        "version": "v1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/message-factory.git",
            "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
            "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4",
            "psr/http-message": "^1.0"
        },
        "time": "2015-12-19T14:08:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\Message\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            }
        ],
        "description": "Factory interfaces for PSR-7 HTTP Message",
        "homepage": "http://php-http.org",
        "keywords": [
            "factory",
            "http",
            "message",
            "stream",
            "uri"
        ]
    },
    {
        "name": "php-http/multipart-stream-builder",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/multipart-stream-builder.git",
            "reference": "5d73adad53cf1d674dcc6c5b288a3ff3f76c4849"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/multipart-stream-builder/zipball/5d73adad53cf1d674dcc6c5b288a3ff3f76c4849",
            "reference": "5d73adad53cf1d674dcc6c5b288a3ff3f76c4849",
            "shasum": ""
        },
        "require": {
            "php": "^7.1",
            "php-http/discovery": "^1.7",
            "php-http/message-factory": "^1.0.2",
            "psr/http-factory": "^1.0",
            "psr/http-message": "^1.0"
        },
        "require-dev": {
            "nyholm/psr7": "^1.0",
            "php-http/message": "^1.5",
            "phpunit/phpunit": "^7.5 || ^8.3"
        },
        "time": "2019-08-22T14:13:19+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\Message\\MultipartStream\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Tobias Nyholm",
                "email": "tobias.nyholm@gmail.com"
            }
        ],
        "description": "A builder class that help you create a multipart stream",
        "homepage": "http://php-http.org",
        "keywords": [
            "factory",
            "http",
            "message",
            "multipart stream",
            "stream"
        ]
    },
    {
        "name": "php-http/promise",
        "version": "v1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/promise.git",
            "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
            "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
            "shasum": ""
        },
        "require-dev": {
            "henrikbjorn/phpspec-code-coverage": "^1.0",
            "phpspec/phpspec": "^2.4"
        },
        "time": "2016-01-26T13:27:02+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\Promise\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            },
            {
                "name": "Joel Wurtz",
                "email": "joel.wurtz@gmail.com"
            }
        ],
        "description": "Promise used for asynchronous HTTP requests",
        "homepage": "http://httplug.io",
        "keywords": [
            "promise"
        ]
    },
    {
        "name": "php-http/socket-client",
        "version": "v1.4.1",
        "version_normalized": "1.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/socket-client.git",
            "reference": "e2833e0242c5c4aba1bfbab1ad403019adefd4d4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/socket-client/zipball/e2833e0242c5c4aba1bfbab1ad403019adefd4d4",
            "reference": "e2833e0242c5c4aba1bfbab1ad403019adefd4d4",
            "shasum": ""
        },
        "require": {
            "php": "^5.5 || ^7.0",
            "php-http/discovery": "^1.0",
            "php-http/httplug": "^1.0",
            "php-http/message-factory": "^1.0.2",
            "symfony/options-resolver": "^2.6 || ^3.0 || ^4.0"
        },
        "provide": {
            "php-http/client-implementation": "1.0"
        },
        "require-dev": {
            "guzzlehttp/psr7": "^1.2",
            "php-http/client-common": "^1.0",
            "php-http/client-integration-tests": "^0.6",
            "php-http/message": "^1.0"
        },
        "time": "2017-11-30T13:30:09+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\Client\\Socket\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Joel Wurtz",
                "email": "jwurtz@jolicode.com"
            }
        ],
        "description": "Socket client for PHP-HTTP"
    },
    {
        "name": "php-jsonpointer/php-jsonpointer",
        "version": "v3.0.2",
        "version_normalized": "3.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/raphaelstolt/php-jsonpointer.git",
            "reference": "4428f86c6f23846e9faa5a420c4ef14e485b3afb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/raphaelstolt/php-jsonpointer/zipball/4428f86c6f23846e9faa5a420c4ef14e485b3afb",
            "reference": "4428f86c6f23846e9faa5a420c4ef14e485b3afb",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^1.11",
            "phpunit/phpunit": "4.6.*"
        },
        "time": "2016-08-29T08:51:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Rs\\Json": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Raphael Stolt",
                "email": "raphael.stolt@gmail.com",
                "homepage": "http://raphaelstolt.blogspot.com/"
            }
        ],
        "description": "Implementation of JSON Pointer (http://tools.ietf.org/html/rfc6901)",
        "homepage": "https://github.com/raphaelstolt/php-jsonpointer",
        "keywords": [
            "json",
            "json pointer",
            "json traversal"
        ]
    },
    {
        "name": "psr/http-client",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-client.git",
            "reference": "496a823ef742b632934724bf769560c2a5c7c44e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-client/zipball/496a823ef742b632934724bf769560c2a5c7c44e",
            "reference": "496a823ef742b632934724bf769560c2a5c7c44e",
            "shasum": ""
        },
        "require": {
            "php": "^7.0",
            "psr/http-message": "^1.0"
        },
        "time": "2018-10-30T23:29:13+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Http\\Client\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for HTTP clients",
        "homepage": "https://github.com/php-fig/http-client",
        "keywords": [
            "http",
            "http-client",
            "psr",
            "psr-18"
        ]
    },
    {
        "name": "psr/http-factory",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-factory.git",
            "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
            "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0",
            "psr/http-message": "^1.0"
        },
        "time": "2019-04-30T12:38:16+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 interfaces for PSR-7 HTTP message factories",
        "keywords": [
            "factory",
            "http",
            "message",
            "psr",
            "psr-17",
            "psr-7",
            "request",
            "response"
        ]
    },
    {
        "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"
        ]
    },
    {
        "name": "psr/simple-cache",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/simple-cache.git",
            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2017-10-23T01:57:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\SimpleCache\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interfaces for simple caching",
        "keywords": [
            "cache",
            "caching",
            "psr",
            "psr-16",
            "simple-cache"
        ]
    },
    {
        "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."
    },
    {
        "name": "symfony/filesystem",
        "version": "v4.3.4",
        "version_normalized": "4.3.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/filesystem.git",
            "reference": "9abbb7ef96a51f4d7e69627bc6f63307994e4263"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/filesystem/zipball/9abbb7ef96a51f4d7e69627bc6f63307994e4263",
            "reference": "9abbb7ef96a51f4d7e69627bc6f63307994e4263",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-ctype": "~1.8"
        },
        "time": "2019-08-20T14:07:54+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Filesystem\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Filesystem Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/options-resolver",
        "version": "v4.3.4",
        "version_normalized": "4.3.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/options-resolver.git",
            "reference": "81c2e120522a42f623233968244baebd6b36cb6a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/options-resolver/zipball/81c2e120522a42f623233968244baebd6b36cb6a",
            "reference": "81c2e120522a42f623233968244baebd6b36cb6a",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "time": "2019-08-08T09:29:19+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\OptionsResolver\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony OptionsResolver Component",
        "homepage": "https://symfony.com",
        "keywords": [
            "config",
            "configuration",
            "options"
        ]
    },
    {
        "name": "symfony/polyfill-ctype",
        "version": "v1.12.0",
        "version_normalized": "1.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-ctype.git",
            "reference": "550ebaac289296ce228a706d0867afc34687e3f4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4",
            "reference": "550ebaac289296ce228a706d0867afc34687e3f4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-ctype": "For best performance"
        },
        "time": "2019-08-06T08:03:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Ctype\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Gert de Pagter",
                "email": "BackEndTea@gmail.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for ctype functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "ctype",
            "polyfill",
            "portable"
        ]
    },
    {
        "name": "symfony/process",
        "version": "v4.3.4",
        "version_normalized": "4.3.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/process.git",
            "reference": "e89969c00d762349f078db1128506f7f3dcc0d4a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/process/zipball/e89969c00d762349f078db1128506f7f3dcc0d4a",
            "reference": "e89969c00d762349f078db1128506f7f3dcc0d4a",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "time": "2019-08-26T08:26:39+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Process\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Process Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/serializer",
        "version": "v4.3.4",
        "version_normalized": "4.3.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/serializer.git",
            "reference": "702900654e0ceed9ca7a9eccffb1d6ec69d7c8b6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/serializer/zipball/702900654e0ceed9ca7a9eccffb1d6ec69d7c8b6",
            "reference": "702900654e0ceed9ca7a9eccffb1d6ec69d7c8b6",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-ctype": "~1.8"
        },
        "conflict": {
            "phpdocumentor/type-resolver": "<0.2.1",
            "symfony/dependency-injection": "<3.4",
            "symfony/property-access": "<3.4",
            "symfony/property-info": "<3.4",
            "symfony/yaml": "<3.4"
        },
        "require-dev": {
            "doctrine/annotations": "~1.0",
            "doctrine/cache": "~1.0",
            "phpdocumentor/reflection-docblock": "^3.0|^4.0",
            "symfony/cache": "~3.4|~4.0",
            "symfony/config": "~3.4|~4.0",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/http-foundation": "~3.4|~4.0",
            "symfony/property-access": "~3.4|~4.0",
            "symfony/property-info": "^3.4.13|~4.0",
            "symfony/validator": "~3.4|~4.0",
            "symfony/yaml": "~3.4|~4.0"
        },
        "suggest": {
            "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
            "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
            "psr/cache-implementation": "For using the metadata cache.",
            "symfony/config": "For using the XML mapping loader.",
            "symfony/http-foundation": "For using a MIME type guesser within the DataUriNormalizer.",
            "symfony/property-access": "For using the ObjectNormalizer.",
            "symfony/property-info": "To deserialize relations.",
            "symfony/yaml": "For using the default YAML mapping loader."
        },
        "time": "2019-08-26T08:55:16+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Serializer\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Serializer Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/yaml",
        "version": "v4.3.4",
        "version_normalized": "4.3.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/yaml.git",
            "reference": "5a0b7c32dc3ec56fd4abae8a4a71b0cf05013686"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/yaml/zipball/5a0b7c32dc3ec56fd4abae8a4a71b0cf05013686",
            "reference": "5a0b7c32dc3ec56fd4abae8a4a71b0cf05013686",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-ctype": "~1.8"
        },
        "conflict": {
            "symfony/console": "<3.4"
        },
        "require-dev": {
            "symfony/console": "~3.4|~4.0"
        },
        "suggest": {
            "symfony/console": "For validating YAML files using the lint command"
        },
        "time": "2019-08-20T14:27:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Yaml\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Yaml Component",
        "homepage": "https://symfony.com"
    }
]
