From 9740d7a4a7c23770e2b6a60830b4d5afa0652479 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 05:14:34 +0000 Subject: [PATCH] Update guzzlehttp/psr7 requirement from 1.4 to 1.8.2 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.4.0...1.8.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d958b5b..3c05e51 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.2", "narrowspark/php-cs-fixer-config": "^2.0", "phpstan/phpstan": "^0.9", "phpstan/phpstan-phpunit": "^0.9",