From 1bf12a7ccb2366e513910297b2a9ccf57ce60cd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zigmas=20Satkevi=C4=8Dius?= Date: Tue, 30 Apr 2024 15:37:29 +0300 Subject: [PATCH] Add psr/log ^2 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Zigmas Satkevičius --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ee6f7c47..262a67f9 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "laminas/laminas-stdlib": "^3.18.0", "psr/container": "^1.1.1", - "psr/log": "^1.1.4 || ^3.0.0" + "psr/log": "^1.1.4 || ^2.0.0 || ^3.0.0" }, "require-dev": { "laminas/laminas-coding-standard": "~2.5.0",