From 0f858b37b5805edb8518a3dd332c80af8079fc53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 09:07:01 +0000 Subject: [PATCH] Update guzzlehttp/psr7 requirement from ^1.7, !=1.8.0 to ^2.2.1 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.2.1) --- 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..637f95ab5f 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.2.1", "ext-mbstring": "*" }, "replace": {