From 407edb0dae1f5aef1b2c163eaac5e9431e112e7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 03:41:28 +0000 Subject: [PATCH] Update guzzlehttp/psr7 requirement from ^1.7 to ^1.8 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/1.8.2/CHANGELOG.md) - [Commits](https://github.com/guzzle/psr7/compare/1.7.0...1.8.2) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ebde4b9a5..c99e42d2f 100644 --- a/composer.json +++ b/composer.json @@ -56,7 +56,7 @@ "require-dev": { "ext-simplexml": "*", "adriansuter/php-autoload-override": "^1.2", - "guzzlehttp/psr7": "^1.7", + "guzzlehttp/psr7": "^1.8", "http-interop/http-factory-guzzle": "^1.0", "laminas/laminas-diactoros": "^2.4", "nyholm/psr7": "^1.4",