From c66126eec4a84b90034dad0d4c8a02be687408a0 Mon Sep 17 00:00:00 2001 From: Vinicius Dias Date: Fri, 8 Aug 2025 18:41:55 -0300 Subject: [PATCH] Allowing any version of psr/log --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 65310e3..28b4f42 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "ext-ffi": "*", "ext-spl": "*", "ext-mbstring": "*", - "psr/log": "^1.1", + "psr/log": "^1.1|^2.0|^3.0", "monolog/monolog": "^2.2", "vlucas/phpdotenv": "^5.5" },