From e315671b9e9922ef828f3993691c8888681b6992 Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Tue, 26 Sep 2023 11:54:34 +0200 Subject: [PATCH] Remove php-http/message-factory in favor of psr/http-factory --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a08acb69a..df5cf70e9 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "nyholm/psr7": "^1.5", "php-http/mock-client": "^1.5", "symfony/http-client": "^5.0|^6.0", - "php-http/message-factory": "^1.1" + "psr/http-factory" : "^1.0" }, "autoload": { "psr-4": {