From b8ea6e9aa99ed53406731ed88260c52a662401e8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 06:21:44 +0000 Subject: [PATCH] Update guzzlehttp/psr7 requirement from 1.4 to 1.8.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.4.0...1.8.1) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d958b5b..5b40b4a 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "psr/http-message-implementation": "^1.0" }, "require-dev": { - "guzzlehttp/psr7": "1.4", + "guzzlehttp/psr7": "1.8.1", "narrowspark/php-cs-fixer-config": "^2.0", "phpstan/phpstan": "^0.9", "phpstan/phpstan-phpunit": "^0.9",