From 405204b192cb54462acd5ce78e614c1a0b36fac9 Mon Sep 17 00:00:00 2001 From: W0rma Date: Thu, 1 Jul 2021 10:10:09 +0200 Subject: [PATCH] Allow installation of guzzlehttp/psr7 v2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 713a186722..313538764c 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "ext-json": "*", "ext-mbstring": "*", "codeception/lib-asserts": "^1.0", - "guzzlehttp/psr7": "~1.4", + "guzzlehttp/psr7": "^1.4 | ^2.0", "symfony/finder": ">=2.7 <6.0", "symfony/console": ">=2.7 <6.0", "symfony/event-dispatcher": ">=2.7 <6.0",