From b3c67bfb08cdb149299aa56d4f6fe117ca2ce0f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 10:02:41 +0000 Subject: [PATCH] Update guzzlehttp/psr7 requirement from ^1.7, !=1.8.0 to ^2.5.0 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/2.5/CHANGELOG.md) - [Commits](https://github.com/guzzle/psr7/compare/1.7.0...2.5.0) --- 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..9f37fd3c8e 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.5.0", "ext-mbstring": "*" }, "replace": {