From 0103c786af75da1dab4e8adfc785d6581c86352a Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Sun, 21 Mar 2021 15:50:17 +0100 Subject: [PATCH] Allow installing guzzlehttp/psr7:2.0 (#2878) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d4dcacda2..5da35a5bc 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "php": "^7.2.5 || ^8.0", "ext-json": "*", "guzzlehttp/promises": "^1.4", - "guzzlehttp/psr7": "^1.7", + "guzzlehttp/psr7": "^1.7 || ^2.0", "psr/http-client": "^1.0" }, "provide": {