From 572e888b26fa1e5942e64db2a5ab0e17d67b23e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Droz?= Date: Wed, 23 Feb 2022 14:12:20 -0300 Subject: [PATCH 1/2] Be theoritically compatible with guzzle 7 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9a5ba6b..38c9ca3 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "require": { "php": ">=7.1", "psr/http-message": "^1.0", - "guzzlehttp/guzzle": "^6.3", + "guzzlehttp/guzzle": "^6.3|^7.0", "guzzlehttp/psr7": "^1.4" }, "autoload": { From 5c44f6406b31ae46b012a6446d98ad84e77bf831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Droz?= Date: Mon, 4 Apr 2022 21:58:24 -0300 Subject: [PATCH 2/2] The correct major version of guzzlehttp/psr7 is implied by guzzlehttp/guzzle itself. No need to specify it --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 38c9ca3..b142b85 100644 --- a/composer.json +++ b/composer.json @@ -10,8 +10,7 @@ "require": { "php": ">=7.1", "psr/http-message": "^1.0", - "guzzlehttp/guzzle": "^6.3|^7.0", - "guzzlehttp/psr7": "^1.4" + "guzzlehttp/guzzle": "^6.3|^7.0" }, "autoload": { "psr-4": {