From 87b08fcacea15f404a0372a0c88c38aeb3a3f3ca Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Tue, 4 Apr 2023 15:48:10 +0200 Subject: [PATCH] chore(deps): allow psr/http-message v2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4c7cded..0107ea8 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "php-http/client-common": "^2.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", - "psr/http-message": "^1.0", + "psr/http-message": "^1.0 || ^2.0", "psr/log": "^1 || ^2 || ^3", "thecodingmachine/safe": "^1.0 || ^2.0" },