From 7e59a4ab5a81da8f813ab9851f19da7196a636ef Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Wed, 4 Sep 2024 09:17:14 -0500 Subject: [PATCH] Allow guzzlehttp/psr7 v1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c51ea83..75ab46e 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "amphp/socket": "^2.3", "guzzlehttp/guzzle": "^7", "guzzlehttp/promises": "^1 || ^2", - "guzzlehttp/psr7": "^2", + "guzzlehttp/psr7": "^1 || ^2", "psr/http-message": "^1.1 || ^2", "psr/http-factory-implementation": "^1", "revolt/event-loop": "^1"