From e1499782e0536bd89b5752639de391ac1c4eadc3 Mon Sep 17 00:00:00 2001 From: Wouter de Jong Date: Tue, 11 Jan 2022 20:32:07 +0100 Subject: [PATCH] Allow guzzlehttp/psr7 2.0 With #469 being merged, this package now supports 1.7+ and 2.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cd98bf20..ced941ef 100755 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "require": { "php": ">=5.5.0", "guzzlehttp/guzzle": "^6.0 || ^7.0", - "guzzlehttp/psr7": "^1.7", + "guzzlehttp/psr7": "^1.7 || ^2.0", "mmucklo/inflect": "0.3.*" }, "require-dev": {