From bc814f5c549615966fa86b58c8ba65091f183fef Mon Sep 17 00:00:00 2001 From: Laurent Constantin Date: Tue, 25 Feb 2025 22:54:20 +0100 Subject: [PATCH] fix: upstream compatibility issue with psr-18 clients --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fdbbeb4..2971a4e 100644 --- a/composer.json +++ b/composer.json @@ -5,6 +5,7 @@ "minimum-stability": "stable", "require": { "php": ">=8.2", + "http-interop/http-factory-guzzle": "^0.1.0", "php-http/discovery": "^1.20", "psr/http-client": "^1.0", "psr/http-client-implementation": "1.0", @@ -34,7 +35,8 @@ "symfony/yaml": "^6.4|^7.0" }, "conflict": { - "php-http/httplug": "<1.5" + "php-http/httplug": "<1.5", + "monolog/monolog": "<2.0" }, "config": { "sort-packages": true,