From fdb955ccd77f36ec25f9599725458fd6364cef86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 18:28:37 +0000 Subject: [PATCH] Bump guzzlehttp/psr7 from 1.2.3 to 1.9.1 Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.2.3 to 1.9.1. - [Release notes](https://github.com/guzzle/psr7/releases) - [Changelog](https://github.com/guzzle/psr7/blob/1.9.1/CHANGELOG.md) - [Commits](https://github.com/guzzle/psr7/compare/1.2.3...1.9.1) --- updated-dependencies: - dependency-name: guzzlehttp/psr7 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- composer.lock | 182 +++++++++++++++++++++++++++++++++++++------------- 1 file changed, 134 insertions(+), 48 deletions(-) diff --git a/composer.lock b/composer.lock index 40d9e3e..32987a8 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": "943bfe52cb215ee82052adabb803587f", "content-hash": "de5a1a28a62803c9fcbfde0023485e16", "packages": [ { @@ -31,7 +30,7 @@ "source": "https://github.com/France-ioi/fioi-editor/tree/master", "issues": "https://github.com/France-ioi/fioi-editor/issues" }, - "time": "2015-08-24 17:01:33" + "time": "2015-08-24T17:01:33+00:00" }, { "name": "France-ioi/lti", @@ -39,12 +38,12 @@ "source": { "type": "git", "url": "https://github.com/France-ioi/lti.git", - "reference": "863c8cafb86c1c402ccdc8158eabe3eec290975d" + "reference": "74c68b111452312df199398251c68bad831e6092" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/France-ioi/lti/zipball/863c8cafb86c1c402ccdc8158eabe3eec290975d", - "reference": "863c8cafb86c1c402ccdc8158eabe3eec290975d", + "url": "https://api.github.com/repos/France-ioi/lti/zipball/74c68b111452312df199398251c68bad831e6092", + "reference": "74c68b111452312df199398251c68bad831e6092", "shasum": "" }, "require": { @@ -76,7 +75,7 @@ "support": { "source": "https://github.com/France-ioi/lti/tree/master" }, - "time": "2016-02-22 16:13:24" + "time": "2016-02-23T13:53:36+00:00" }, { "name": "beberlei/assert", @@ -106,12 +105,12 @@ } }, "autoload": { - "psr-0": { - "Assert": "lib/" - }, "files": [ "lib/Assert/functions.php" - ] + ], + "psr-0": { + "Assert": "lib/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -129,7 +128,7 @@ "assertion", "validation" ], - "time": "2015-08-21 16:50:17" + "time": "2015-08-21T16:50:17+00:00" }, { "name": "guzzlehttp/guzzle", @@ -191,7 +190,7 @@ "rest", "web service" ], - "time": "2015-11-23 00:47:50" + "time": "2015-11-23T00:47:50+00:00" }, { "name": "guzzlehttp/oauth-subscriber", @@ -242,7 +241,7 @@ "Guzzle", "oauth" ], - "time": "2015-08-15 19:44:28" + "time": "2015-08-15T19:44:28+00:00" }, { "name": "guzzlehttp/promises", @@ -271,12 +270,12 @@ } }, "autoload": { - "psr-4": { - "GuzzleHttp\\Promise\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "GuzzleHttp\\Promise\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -293,65 +292,108 @@ "keywords": [ "promise" ], - "time": "2015-10-15 22:28:00" + "time": "2015-10-15T22:28:00+00:00" }, { "name": "guzzlehttp/psr7", - "version": "1.2.3", + "version": "1.9.1", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "2e89629ff057ebb49492ba08e6995d3a6a80021b" + "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/2e89629ff057ebb49492ba08e6995d3a6a80021b", - "reference": "2e89629ff057ebb49492ba08e6995d3a6a80021b", + "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.0-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" + ], + "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-02-18 21:54:00" + "time": "2023-04-17T16:00:37+00:00" }, { "name": "phpseclib/phpseclib", @@ -440,20 +482,20 @@ "x.509", "x509" ], - "time": "2016-01-18 17:07:21" + "time": "2016-01-18T17:07:21+00:00" }, { "name": "psr/http-message", - "version": "1.0", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", - "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298" + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" }, "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/f6561bf28d520154e4b0ec72be95418abe6d9363", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", "shasum": "" }, "require": { @@ -481,6 +523,7 @@ } ], "description": "Common interface for HTTP messages", + "homepage": "https://github.com/php-fig/http-message", "keywords": [ "http", "http-message", @@ -489,7 +532,47 @@ "request", "response" ], - "time": "2015-05-04 20:22:00" + "time": "2016-08-06T14:39:51+00:00" + }, + { + "name": "ralouphie/getallheaders", + "version": "2.0.5", + "source": { + "type": "git", + "url": "https://github.com/ralouphie/getallheaders.git", + "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa", + "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa", + "shasum": "" + }, + "require": { + "php": ">=5.3" + }, + "require-dev": { + "phpunit/phpunit": "~3.7.0", + "satooshi/php-coveralls": ">=1.0" + }, + "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.", + "time": "2016-02-11T07:05:27+00:00" }, { "name": "spomky-labs/aes-key-wrap", @@ -546,7 +629,7 @@ "padding", "wrap" ], - "time": "2015-12-08 07:47:36" + "time": "2015-12-08T07:47:36+00:00" }, { "name": "spomky-labs/base64url", @@ -598,7 +681,7 @@ "safe", "url" ], - "time": "2016-01-21 19:50:30" + "time": "2016-01-21T19:50:30+00:00" }, { "name": "spomky-labs/jose", @@ -674,7 +757,8 @@ "jwa", "jwt" ], - "time": "2016-02-21 10:50:42" + "abandoned": "web-token/jwt-framework", + "time": "2016-02-21T10:50:42+00:00" }, { "name": "zendframework/zend-diactoros", @@ -724,7 +808,8 @@ "psr", "psr-7" ], - "time": "2016-01-04 21:37:32" + "abandoned": "laminas/laminas-diactoros", + "time": "2016-01-04T21:37:32+00:00" } ], "packages-dev": [], @@ -742,5 +827,6 @@ "lib-openssl": "*", "lib-curl": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" }