From 1f5ee59946ef34e1490f71ee571481ea432cc4e9 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Fri, 24 Jan 2025 13:22:52 -0500 Subject: [PATCH] allow psr/2 and 3 This at least allows this package to be installed with the default symfony packages (via --webapp) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 29a1cf5..eee7cdf 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "php-http/httplug": "^1.0 || ^2.0", "php-http/client-implementation": "^1.0", "php-http/discovery": "^1.7", - "psr/log": "~1.0" + "psr/log": "^1.0 || ^2.0 || ^3.0" }, "require-dev": { "phpunit/phpunit": "^8.4",