From 0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Mon, 2 May 2022 17:47:09 +0200 Subject: [PATCH] Allow psr/log 2 and 3 (#37) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 21958f8..c79e38c 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ }, "require-dev": { "phpunit/phpunit": "^7.5|^8.5|^9.5", - "psr/log": "^1.0", + "psr/log": "^1|^2|^3", "doctrine/coding-standard": "^9" }, "suggest": {