diff --git a/webapp/php/composer.lock b/webapp/php/composer.lock index 1f37138..dce1f4b 100644 --- a/webapp/php/composer.lock +++ b/webapp/php/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": "77711b28877bb179f26a1d10a51906ad", "content-hash": "8a37474691bc6b1f26e24f3326ebd970", "packages": [ { @@ -58,7 +57,7 @@ "sockets", "websocket" ], - "time": "2017-09-14 12:18:28" + "time": "2017-09-14T12:18:28+00:00" }, { "name": "evenement/evenement", @@ -101,58 +100,84 @@ "event-dispatcher", "event-emitter" ], - "time": "2017-07-23 21:35:13" + "time": "2017-07-23T21:35:13+00:00" }, { "name": "guzzlehttp/psr7", - "version": "1.4.2", + "version": "1.8.5", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" + "reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", - "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/337e3ad8e5716c15f9657bd214d16cc5e69df268", + "reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268", "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" + }, + "suggest": { + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.7-dev" } }, "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" } ], @@ -160,13 +185,32 @@ "keywords": [ "http", "message", + "psr-7", "request", "response", "stream", "uri", "url" ], - "time": "2017-03-20 17:10:46" + "support": { + "issues": "https://github.com/guzzle/psr7/issues", + "source": "https://github.com/guzzle/psr7/tree/1.8.5" + }, + "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": "2022-03-20T21:51:18+00:00" }, { "name": "monolog/monolog", @@ -244,7 +288,7 @@ "logging", "psr-3" ], - "time": "2017-06-19 01:22:40" + "time": "2017-06-19T01:22:40+00:00" }, { "name": "psr/http-message", @@ -294,7 +338,10 @@ "request", "response" ], - "time": "2016-08-06 14:39:51" + "support": { + "source": "https://github.com/php-fig/http-message/tree/master" + }, + "time": "2016-08-06T14:39:51+00:00" }, { "name": "psr/log", @@ -341,7 +388,51 @@ "psr", "psr-3" ], - "time": "2016-10-10 12:19:37" + "time": "2016-10-10T12:19:37+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": "ratchet/rfc6455", @@ -390,7 +481,7 @@ "rfc6455", "websocket" ], - "time": "2017-09-13 13:49:42" + "time": "2017-09-13T13:49:42+00:00" }, { "name": "react/cache", @@ -424,7 +515,7 @@ "keywords": [ "cache" ], - "time": "2016-02-25 18:17:16" + "time": "2016-02-25T18:17:16+00:00" }, { "name": "react/dns", @@ -470,7 +561,7 @@ "dns-resolver", "reactphp" ], - "time": "2017-08-25 08:22:48" + "time": "2017-08-25T08:22:48+00:00" }, { "name": "react/event-loop", @@ -512,7 +603,7 @@ "asynchronous", "event-loop" ], - "time": "2017-04-27 10:56:23" + "time": "2017-04-27T10:56:23+00:00" }, { "name": "react/mysql", @@ -552,7 +643,7 @@ "php", "reactphp" ], - "time": "2017-06-01 17:35:54" + "time": "2017-06-01T17:35:54+00:00" }, { "name": "react/promise", @@ -598,7 +689,7 @@ "promise", "promises" ], - "time": "2017-03-25 12:08:31" + "time": "2017-03-25T12:08:31+00:00" }, { "name": "react/promise-timer", @@ -651,7 +742,7 @@ "timeout", "timer" ], - "time": "2017-08-08 16:30:19" + "time": "2017-08-08T16:30:19+00:00" }, { "name": "react/socket", @@ -698,7 +789,7 @@ "reactphp", "stream" ], - "time": "2017-10-23 21:45:58" + "time": "2017-10-23T21:45:58+00:00" }, { "name": "react/stream", @@ -747,7 +838,7 @@ "stream", "writable" ], - "time": "2017-10-11 17:58:46" + "time": "2017-10-11T17:58:46+00:00" }, { "name": "symfony/http-foundation", @@ -800,7 +891,7 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", - "time": "2017-11-13 18:13:16" + "time": "2017-11-13T18:13:16+00:00" }, { "name": "symfony/polyfill-mbstring", @@ -859,7 +950,7 @@ "portable", "shim" ], - "time": "2017-10-11 12:05:26" + "time": "2017-10-11T12:05:26+00:00" }, { "name": "symfony/routing", @@ -937,7 +1028,7 @@ "uri", "url" ], - "time": "2017-11-07 14:16:22" + "time": "2017-11-07T14:16:22+00:00" } ], "packages-dev": [], @@ -949,5 +1040,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.2.0" }