From c1312be3375699ab8daa78227e8d0eac99752530 Mon Sep 17 00:00:00 2001 From: Diadal Date: Fri, 26 Nov 2021 13:32:18 +0100 Subject: [PATCH] guzzlehttp/psr7 2.0 support (#830) add guzzle psr7 2.0 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4ca7275acd..98193a5a4a 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "doctrine/dbal": "^2.9", "evenement/evenement": "^2.0|^3.0", "facade/ignition-contracts": "^1.0", - "guzzlehttp/psr7": "^1.5", + "guzzlehttp/psr7": "^1.5|^2.0", "illuminate/broadcasting": "^6.3|^7.0|^8.0", "illuminate/console": "^6.3|^7.0|^8.0", "illuminate/http": "^6.3|^7.0|^8.0",