From 623d6302fe38ecd3e69baf4f2d9a65dca15f8826 Mon Sep 17 00:00:00 2001 From: Allan Mariucci Carvalho Date: Mon, 6 Mar 2023 22:43:12 -0300 Subject: [PATCH] Fix PSR-3 log compatibility issue (#279) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fb6f99786..be9492e68 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "ext-json": "*", "amphp/parallel": "^1.3", "andrewdalpino/okbloomer": "^1.0", - "psr/log": "^1.1", + "psr/log": "^1.1|^2.0|^3.0", "rubix/tensor": "^3.0", "symfony/polyfill-mbstring": "^1.0", "symfony/polyfill-php80": "^1.17",