diff --git a/composer.lock b/composer.lock index 1f1be7b..b6835fd 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,9 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "hash": "8c401ed6988053299341f65052e7b096", "content-hash": "04863e12883d7a28939107da76385540", "packages": [ { @@ -54,7 +53,7 @@ "stream_filter_append", "stream_filter_register" ], - "time": "2015-11-08 23:41:30" + "time": "2015-11-08T23:41:30+00:00" }, { "name": "docker-php/docker-php", @@ -116,7 +115,7 @@ "support": { "source": "https://github.com/iamluc/docker-php/tree/compat-docker-1.12" }, - "time": "2016-07-25 12:55:42" + "time": "2016-07-25T12:55:42+00:00" }, { "name": "doctrine/inflector", @@ -183,65 +182,112 @@ "singularize", "string" ], - "time": "2015-11-06 14:35:42" + "time": "2015-11-06T14:35:42+00:00" }, { "name": "guzzlehttp/psr7", - "version": "1.3.1", + "version": "1.9.1", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b" + "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", - "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b", + "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b", "shasum": "" }, "require": { "php": ">=5.4.0", - "psr/http-message": "~1.0" + "psr/http-message": "~1.0", + "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { - "phpunit/phpunit": "~4.0" + "ext-zlib": "*", + "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.4-dev" - } + "suggest": { + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, + "type": "library", "autoload": { - "psr-4": { - "GuzzleHttp\\Psr7\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" } ], - "description": "PSR-7 message implementation", + "description": "PSR-7 message implementation that also provides common utility methods", "keywords": [ "http", "message", + "psr-7", + "request", + "response", "stream", - "uri" + "uri", + "url" + ], + "support": { + "issues": "https://github.com/guzzle/psr7/issues", + "source": "https://github.com/guzzle/psr7/tree/1.9.1" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", + "type": "tidelift" + } ], - "time": "2016-06-24 23:00:38" + "time": "2023-04-17T16:00:37+00:00" }, { "name": "jane/jane", @@ -300,7 +346,7 @@ } ], "description": "Generate a serializable / deserializable object model given a json schema", - "time": "2016-03-06 17:46:56" + "time": "2016-03-06T17:46:56+00:00" }, { "name": "jane/open-api", @@ -367,7 +413,7 @@ "openapi", "swagger" ], - "time": "2016-04-13 19:16:20" + "time": "2016-04-13T19:16:20+00:00" }, { "name": "nikic/php-parser", @@ -418,7 +464,7 @@ "parser", "php" ], - "time": "2016-04-19 13:41:41" + "time": "2016-04-19T13:41:41+00:00" }, { "name": "paragonie/random_compat", @@ -466,7 +512,7 @@ "pseudorandom", "random" ], - "time": "2016-04-03 06:00:07" + "time": "2016-04-03T06:00:07+00:00" }, { "name": "php-http/client-common", @@ -527,7 +573,7 @@ "http", "httplug" ], - "time": "2016-07-14 09:46:16" + "time": "2016-07-14T09:46:16+00:00" }, { "name": "php-http/discovery", @@ -591,7 +637,7 @@ "http", "message" ], - "time": "2016-02-11 09:53:37" + "time": "2016-02-11T09:53:37+00:00" }, { "name": "php-http/httplug", @@ -647,7 +693,7 @@ "client", "http" ], - "time": "2016-01-26 14:34:50" + "time": "2016-01-26T14:34:50+00:00" }, { "name": "php-http/message", @@ -713,7 +759,7 @@ "message", "psr-7" ], - "time": "2016-07-15 14:48:03" + "time": "2016-07-15T14:48:03+00:00" }, { "name": "php-http/message-factory", @@ -763,7 +809,7 @@ "stream", "uri" ], - "time": "2015-12-19 14:08:53" + "time": "2015-12-19T14:08:53+00:00" }, { "name": "php-http/plugins", @@ -831,7 +877,7 @@ "plugin", "psr7" ], - "time": "2016-05-04 23:09:25" + "time": "2016-05-04T23:09:25+00:00" }, { "name": "php-http/promise", @@ -881,7 +927,7 @@ "keywords": [ "promise" ], - "time": "2016-01-26 13:27:02" + "time": "2016-01-26T13:27:02+00:00" }, { "name": "php-http/socket-client", @@ -937,29 +983,29 @@ } ], "description": "Socket client for PHP-HTTP", - "time": "2016-02-25 10:31:40" + "time": "2016-02-25T10:31:40+00:00" }, { "name": "psr/http-message", - "version": "1.0", + "version": "1.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", - "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298" + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", - "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.1.x-dev" } }, "autoload": { @@ -978,6 +1024,7 @@ } ], "description": "Common interface for HTTP messages", + "homepage": "https://github.com/php-fig/http-message", "keywords": [ "http", "http-message", @@ -986,7 +1033,54 @@ "request", "response" ], - "time": "2015-05-04 20:22:00" + "support": { + "source": "https://github.com/php-fig/http-message/tree/1.1" + }, + "time": "2023-04-04T09:50:52+00:00" + }, + { + "name": "ralouphie/getallheaders", + "version": "3.0.3", + "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" + }, + "type": "library", + "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.", + "support": { + "issues": "https://github.com/ralouphie/getallheaders/issues", + "source": "https://github.com/ralouphie/getallheaders/tree/develop" + }, + "time": "2019-03-08T08:55:37+00:00" }, { "name": "symfony/console", @@ -1046,7 +1140,7 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2016-06-29 07:02:31" + "time": "2016-06-29T07:02:31+00:00" }, { "name": "symfony/filesystem", @@ -1095,7 +1189,7 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2016-06-29 05:41:56" + "time": "2016-06-29T05:41:56+00:00" }, { "name": "symfony/inflector", @@ -1152,7 +1246,7 @@ "symfony", "words" ], - "time": "2016-06-08 11:24:07" + "time": "2016-06-08T11:24:07+00:00" }, { "name": "symfony/options-resolver", @@ -1206,7 +1300,7 @@ "configuration", "options" ], - "time": "2016-05-12 15:59:27" + "time": "2016-05-12T15:59:27+00:00" }, { "name": "symfony/polyfill-mbstring", @@ -1265,7 +1359,7 @@ "portable", "shim" ], - "time": "2016-05-18 14:26:46" + "time": "2016-05-18T14:26:46+00:00" }, { "name": "symfony/polyfill-php70", @@ -1324,7 +1418,7 @@ "portable", "shim" ], - "time": "2016-05-18 14:26:46" + "time": "2016-05-18T14:26:46+00:00" }, { "name": "symfony/process", @@ -1373,7 +1467,7 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2016-06-29 05:42:25" + "time": "2016-06-29T05:42:25+00:00" }, { "name": "symfony/property-access", @@ -1435,7 +1529,7 @@ "property path", "reflection" ], - "time": "2016-06-29 05:41:56" + "time": "2016-06-29T05:41:56+00:00" }, { "name": "symfony/serializer", @@ -1507,7 +1601,7 @@ ], "description": "Symfony Serializer Component", "homepage": "https://symfony.com", - "time": "2016-06-29 05:41:56" + "time": "2016-06-29T05:41:56+00:00" }, { "name": "symfony/yaml", @@ -1556,7 +1650,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2016-06-29 05:41:56" + "time": "2016-06-29T05:41:56+00:00" } ], "packages-dev": [ @@ -1612,7 +1706,7 @@ "constructor", "instantiate" ], - "time": "2015-06-14 21:17:01" + "time": "2015-06-14T21:17:01+00:00" }, { "name": "myclabs/deep-copy", @@ -1654,7 +1748,7 @@ "object", "object graph" ], - "time": "2015-11-20 12:04:31" + "time": "2015-11-20T12:04:31+00:00" }, { "name": "phpdocumentor/reflection-common", @@ -1708,7 +1802,7 @@ "reflection", "static analysis" ], - "time": "2015-12-27 11:43:31" + "time": "2015-12-27T11:43:31+00:00" }, { "name": "phpdocumentor/reflection-docblock", @@ -1753,7 +1847,7 @@ } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", - "time": "2016-06-10 09:48:41" + "time": "2016-06-10T09:48:41+00:00" }, { "name": "phpdocumentor/type-resolver", @@ -1800,7 +1894,7 @@ "email": "me@mikevanriel.com" } ], - "time": "2016-06-10 07:14:17" + "time": "2016-06-10T07:14:17+00:00" }, { "name": "phpspec/prophecy", @@ -1862,7 +1956,7 @@ "spy", "stub" ], - "time": "2016-06-07 08:13:47" + "time": "2016-06-07T08:13:47+00:00" }, { "name": "phpunit/php-code-coverage", @@ -1925,7 +2019,7 @@ "testing", "xunit" ], - "time": "2016-06-03 05:03:56" + "time": "2016-06-03T05:03:56+00:00" }, { "name": "phpunit/php-file-iterator", @@ -1972,7 +2066,7 @@ "filesystem", "iterator" ], - "time": "2015-06-21 13:08:43" + "time": "2015-06-21T13:08:43+00:00" }, { "name": "phpunit/php-text-template", @@ -2013,7 +2107,7 @@ "keywords": [ "template" ], - "time": "2015-06-21 13:50:34" + "time": "2015-06-21T13:50:34+00:00" }, { "name": "phpunit/php-timer", @@ -2057,7 +2151,7 @@ "keywords": [ "timer" ], - "time": "2016-05-12 18:03:57" + "time": "2016-05-12T18:03:57+00:00" }, { "name": "phpunit/php-token-stream", @@ -2106,7 +2200,7 @@ "keywords": [ "tokenizer" ], - "time": "2015-09-15 10:49:45" + "time": "2015-09-15T10:49:45+00:00" }, { "name": "phpunit/phpunit", @@ -2184,7 +2278,7 @@ "testing", "xunit" ], - "time": "2016-07-21 06:55:27" + "time": "2016-07-21T06:55:27+00:00" }, { "name": "phpunit/phpunit-mock-objects", @@ -2243,7 +2337,7 @@ "mock", "xunit" ], - "time": "2016-06-12 07:37:26" + "time": "2016-06-12T07:37:26+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", @@ -2288,7 +2382,7 @@ ], "description": "Looks up which function or method a line of code belongs to", "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", - "time": "2016-02-13 06:45:14" + "time": "2016-02-13T06:45:14+00:00" }, { "name": "sebastian/comparator", @@ -2352,7 +2446,7 @@ "compare", "equality" ], - "time": "2015-07-26 15:48:44" + "time": "2015-07-26T15:48:44+00:00" }, { "name": "sebastian/diff", @@ -2404,7 +2498,7 @@ "keywords": [ "diff" ], - "time": "2015-12-08 07:14:41" + "time": "2015-12-08T07:14:41+00:00" }, { "name": "sebastian/environment", @@ -2454,7 +2548,7 @@ "environment", "hhvm" ], - "time": "2016-05-17 03:18:57" + "time": "2016-05-17T03:18:57+00:00" }, { "name": "sebastian/exporter", @@ -2521,7 +2615,7 @@ "export", "exporter" ], - "time": "2016-06-17 09:04:28" + "time": "2016-06-17T09:04:28+00:00" }, { "name": "sebastian/global-state", @@ -2572,7 +2666,7 @@ "keywords": [ "global state" ], - "time": "2015-10-12 03:26:01" + "time": "2015-10-12T03:26:01+00:00" }, { "name": "sebastian/object-enumerator", @@ -2618,7 +2712,7 @@ ], "description": "Traverses array structures and object graphs to enumerate all referenced objects", "homepage": "https://github.com/sebastianbergmann/object-enumerator/", - "time": "2016-01-28 13:25:10" + "time": "2016-01-28T13:25:10+00:00" }, { "name": "sebastian/recursion-context", @@ -2671,7 +2765,7 @@ ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "time": "2015-11-11 19:50:13" + "time": "2015-11-11T19:50:13+00:00" }, { "name": "sebastian/resource-operations", @@ -2713,7 +2807,7 @@ ], "description": "Provides a list of PHP built-in functions that operate on resources", "homepage": "https://www.github.com/sebastianbergmann/resource-operations", - "time": "2015-07-28 20:34:47" + "time": "2015-07-28T20:34:47+00:00" }, { "name": "sebastian/version", @@ -2756,7 +2850,7 @@ ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", - "time": "2016-02-04 12:56:52" + "time": "2016-02-04T12:56:52+00:00" }, { "name": "webmozart/assert", @@ -2805,7 +2899,7 @@ "check", "validate" ], - "time": "2015-08-24 13:29:44" + "time": "2015-08-24T13:29:44+00:00" } ], "aliases": [], @@ -2816,5 +2910,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.3.0" }