From b98dff98f6e5964003167c66d6faf5b637750ebb Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Mon, 8 Nov 2021 17:29:39 +0100 Subject: [PATCH] allow installation with psr/log 2 and 3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6e57d30..68c24ce 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "php": "^7.2 || ^8.0", "symfony/routing": "^4.4 || ^5.0", "symfony/http-kernel": "^4.4 || ^5.0", - "psr/log": "^1.0" + "psr/log": "^1.0 || ^2.0 || ^3.0" }, "require-dev": { "symfony/phpunit-bridge": "^5.0",