From 70aa4a8c342f0900235c1744620b45a216dce3bf Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Mon, 22 May 2023 12:57:51 +0200 Subject: [PATCH] chore: support psr/log 2.0 and 3.0 Signed-off-by: Daniel Kesselberg --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4b2e21d..c83ad4a 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "christophwurst/kitinerary": "^0.2.2", "ext-json": "*", "php": "^7.1 || ^8.0", - "psr/log": "^1.1" + "psr/log": "^1.1|^2.0|^3.0" }, "autoload": { "psr-4": {