From 35a7bd39388a9c94bb38f047f07295cba14b62ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 09:58:07 +0000 Subject: [PATCH] Update guzzlehttp/psr7 requirement from ^1.7, !=1.8.0 to ^2.4.4 Updates the requirements on [guzzlehttp/psr7](https://github.com/guzzle/psr7) to permit the latest version. - [Release notes](https://github.com/guzzle/psr7/releases) - [Changelog](https://github.com/guzzle/psr7/blob/master/CHANGELOG.md) - [Commits](https://github.com/guzzle/psr7/compare/1.7.0...2.4.4) --- updated-dependencies: - dependency-name: guzzlehttp/psr7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6bc453c81b..5873bede07 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "composer/composer": "^1.10.22 || ^2.0.13", "egulias/email-validator": "^2.1.17 || ^3.0", "typo3fluid/fluid": "^2.7.0", - "guzzlehttp/psr7": "^1.7, !=1.8.0", + "guzzlehttp/psr7": "^2.4.4", "ext-mbstring": "*" }, "replace": {