From 7c9b17a67844a48cab8118e241d2f71df12cc4a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Mijajlovi=C4=87?= Date: Mon, 22 Jan 2024 11:24:44 +0100 Subject: [PATCH] build: Removal of unused php-http/message-factory dependency (#6) --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 7d81e0a..02859ed 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,6 @@ "php-http/httplug": "^1.1 || ^2.0", "php-http/logger-plugin": "^1.3", "php-http/message": "^1.5", - "php-http/message-factory": "^1.1", "psr/http-factory": "^1.0", "psr/http-factory-implementation": "^1.0", "psr/log": "^1.0 || ^2.0 || ^3.0",