From f96639df6757d7916fc214e9602b9c320f33effb Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Sun, 18 Jul 2021 16:04:40 +0200 Subject: [PATCH] Indicate compatibility with psr/log 2 and 3 Signed-off-by: Alexander M. Turek --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a2fa2a0eca..1563315ee6 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "symfony/polyfill-ctype": "^1.8", "symfony/polyfill-php73": "^1.9", "symfony/polyfill-php80": "^1.15", - "psr/log": "~1.0" + "psr/log": "^1|^2" }, "require-dev": { "symfony/browser-kit": "^4.3|^5.0", @@ -45,7 +45,7 @@ "twig/twig": "^1.43|^2.13|^3.0.4" }, "provide": { - "psr/log-implementation": "1.0" + "psr/log-implementation": "1.0|2.0" }, "conflict": { "symfony/browser-kit": "<4.3",