From 0a23e99239382c6175860d1f7889dcd5b49bc016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20L=C3=B8vgaard?= Date: Wed, 29 Apr 2026 11:52:51 +0200 Subject: [PATCH] Allow psr/log v2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 825765a..25e274f 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "php": ">=8.1", "ext-mbstring": "*", "brick/math": "^0.12 || ^0.13", - "psr/log": "^3.0", + "psr/log": "^2.0 || ^3.0", "rowbot/idna": "^0.3.0" }, "require-dev": {