From 6b056d2031f50225d272856a05e17901504cdbda Mon Sep 17 00:00:00 2001 From: Ian Littman Date: Sat, 24 Jun 2023 11:19:15 -0500 Subject: [PATCH] Allow use of v2 of Guzzle PSR-7 lib For what's being used in this library, nothing changes between v1 and v2 of guzzlehttp/psr7 so we don't need to prevent this library from being used with the latter. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 166886f7..3b93b873 100755 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "paquettg/string-encode": "~1.0.0", "php-http/httplug": "^2.1", "guzzlehttp/guzzle": "^7.0", - "guzzlehttp/psr7": "^1.6", + "guzzlehttp/psr7": "^1.6 || ^2", "myclabs/php-enum": "^1.7" }, "require-dev": {