From 14cad03b66d9087d08e556dd9928995928905e51 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Fri, 19 May 2023 10:17:51 +0200 Subject: [PATCH] require php-http/message-factory directly This library still uses the deprecated php-http message factories. They have been deprecated since a while in favor of PSR-17 message factories. php-http/discovery no longer automatically installs php-http/message-factory. --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 70b2ab2..793c66e 100644 --- a/composer.json +++ b/composer.json @@ -45,6 +45,7 @@ "php": "^7.2|^8", "php-http/client-implementation": "^1", "php-http/message": "^1.5", + "php-http/message-factory": "^1.1", "php-http/discovery": "^1.14", "symfony/http-foundation": "^2.1|^3|^4|^5|^6", "moneyphp/money": "^3.1|^4.0.3"