From 1aae8bdfd25487f86fb59ab3ea0a4794bc1e8b6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandru=20P=C4=83tr=C4=83nescu?= Date: Thu, 11 May 2023 22:04:06 +0300 Subject: [PATCH] Allow also psr/http-message 2.x (#328) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4c9387f1..5dfcba28 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "amphp/socket": "^1", "amphp/sync": "^1.3", "league/uri": "^6", - "psr/http-message": "^1" + "psr/http-message": "^1 | ^2" }, "require-dev": { "ext-json": "*",