From d2ff053384966094021c7feeac5affc88398cd07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9=20=D0=9A=D1=80=D0=B8?= =?UTF-8?q?=D0=B2=D0=B8=D1=87?= Date: Mon, 11 Mar 2024 12:21:10 +0300 Subject: [PATCH] add allolwed version of psr/http-message --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2d17281d..c198e0c8 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "ext-json": "*", "psr/log": "^1|^2|^3", "psr/http-client": "^1.0", - "psr/http-message": "^1.0", + "psr/http-message": "^1.0 || ^2.0", "psr/http-message-implementation": "^1.0", "php-http/client-implementation": "^1.0", "php-http/message-factory": "^1.0",