From 01856eed0d4b427c0b18522632c1ecff0b3c9d51 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Thu, 27 Apr 2023 20:08:33 +0200 Subject: [PATCH] Remove dependency on php-http/message-factory --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 2fcf4e9..cc5cda8 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,6 @@ "php": "^7.1 || ^8.0", "php-http/httplug": "^2.0", "php-http/message": "^1.6", - "php-http/message-factory": "^1.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.0 || ^2.0",