From fd5b1980a1a6c36ffd6c5d313dff092948b0cf78 Mon Sep 17 00:00:00 2001 From: Matthew Davis Date: Thu, 14 Oct 2021 16:19:23 +0100 Subject: [PATCH] Allow psr/log ^2.0 (#10158) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a824cdc17..a13c6b5d4 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "composer/spdx-licenses": "^1.2", "composer/xdebug-handler": "^2.0", "justinrainbow/json-schema": "^5.2.11", - "psr/log": "^1.0", + "psr/log": "^1.0 || ^2.0", "seld/jsonlint": "^1.4", "seld/phar-utils": "^1.0", "symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",