From c32d90b1bd68b4502c11de1b9aecd2600a6384da Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Fri, 29 Apr 2022 21:22:07 +0200 Subject: [PATCH] Allow installation with psr/log 2.x and 3.x --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index dab5b0a2..2fd820b5 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "psr/simple-cache": "^1.0", "psr/event-dispatcher": "^1.0", "psr/event-dispatcher-implementation": "^1.0", - "psr/log": "^1.0", + "psr/log": "^1.0 || ^2.0 || ^3.0", "php-http/discovery": "^1.11", "psr/http-client": "^1.0", "psr/http-client-implementation": "^1.0", @@ -60,7 +60,7 @@ "monolog/monolog": ">=1.11.0", "vimeo/psalm": "^4", "php-http/cache-plugin": "^1.7", - "wmde/psr-log-test-doubles": "^2" + "jeroen/psr-log-test-doubles": "^2.1 || ^3" }, "scripts": { "test": "vendor/bin/phpunit",