From 8fe8c8a77b0967d272a89cf7f8eb5ebed8434a6b Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Mon, 20 Dec 2021 19:19:53 +0100 Subject: [PATCH] feat: update guzzlehttp/psr7 requirement to || ^2.0 (#350) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 075099d1..5664dbcf 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ } ], "require": { - "guzzlehttp/psr7": "^1.5 || ^2.0 || ^2.1", + "guzzlehttp/psr7": "^1.5 || ^2.0", "laravel/framework": "^5.8 || ^6.0 || ^7.0 || ^8.0", "php-http/discovery": "^1.6", "php-http/httplug": "^1.0 || ^2.0",