From 2f0160cfa84bbe90cb9e998619fc738fac27805a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane?= Date: Wed, 8 Dec 2021 13:56:56 +0100 Subject: [PATCH] Allow psr/log ^1.0 || ^2.0 || ^3.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7c9596d21c..5f0a44d669 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "ext-date" : "*", "ext-iconv" : "*", "lib-libxml" : ">=2.7.0", - "psr/log": "^1.0", + "psr/log": "^1.0 || ^2.0 || ^3.0", "ext-json": "*" }, "require-dev" : {