From 60753118d2d6aff6d5a12d94e3713cee06d36533 Mon Sep 17 00:00:00 2001 From: FlorentGiordanengo-fulll <219652415+FlorentGiordanengo-Fulll@users.noreply.github.com> Date: Mon, 28 Jul 2025 15:05:26 +0200 Subject: [PATCH] fix: compatibility to symfony 7 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 399d342..0721698 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ }], "require": { "php": ">=7.1.0", - "psr/log": "~1.0", + "psr/log": "^1.0 || ^2.0 || ^3.0", "symfony/event-dispatcher": "~2.5|~3.0|~4.0|~5.0|~6.0|~7.0", "symfony/serializer": "~2.5|~3.0|~4.0|~5.0|~6.0|~7.0", "symfony/dependency-injection": "~2.5|~3.0|~4.0|~5.0|~6.0|~7.0",