From 8e13ae471249091f892f99f574c9836d675ccdd6 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Sun, 18 Jul 2021 22:25:09 +0200 Subject: [PATCH] Allow psr/log 2 and 3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 07563bc..ca55221 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "symfony/http-kernel": "^4.4 || ^5.0", "symfony/phpunit-bridge": "^4.4.19 || ^5.2", "nyholm/psr7": "^1.1", - "psr/log": "^1.1" + "psr/log": "^1.1 || ^2 || ^3" }, "suggest": { "nyholm/psr7": "For a super lightweight PSR-7/17 implementation"