From 7cf7cbf4673e5ed2fbbf71fb7d283f3b1778ec34 Mon Sep 17 00:00:00 2001 From: curse89 <58438482+curse89@users.noreply.github.com> Date: Mon, 11 Mar 2024 13:00:53 +0300 Subject: [PATCH] add allolwed version of psr/http-message (#189) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Сергей Кривич --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2d17281..c198e0c 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",