From db34791130ca0186e3d38f5bf22efb8e8fcb5546 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 09:20:15 +0300 Subject: [PATCH] Bump guzzlehttp/psr7 from 1.8.4 to 1.9.1 (#2704) Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.8.4 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.8.4...1.9.1) --- updated-dependencies: - dependency-name: guzzlehttp/psr7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.lock | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/composer.lock b/composer.lock index 23978d52f8..99b1a6516e 100644 --- a/composer.lock +++ b/composer.lock @@ -899,16 +899,16 @@ }, { "name": "guzzlehttp/psr7", - "version": "1.8.4", + "version": "1.9.1", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "902db15a551a4a415e732b622282e21ce1b508b4" + "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/902db15a551a4a415e732b622282e21ce1b508b4", - "reference": "902db15a551a4a415e732b622282e21ce1b508b4", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b", + "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b", "shasum": "" }, "require": { @@ -927,11 +927,6 @@ "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.7-dev" - } - }, "autoload": { "files": [ "src/functions_include.php" @@ -989,7 +984,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/1.8.4" + "source": "https://github.com/guzzle/psr7/tree/1.9.1" }, "funding": [ { @@ -1005,7 +1000,7 @@ "type": "tidelift" } ], - "time": "2022-03-20T13:44:44+00:00" + "time": "2023-04-17T16:00:37+00:00" }, { "name": "johngrogg/ics-parser",