From ed168b9de0a88d5afd3bec9c26364c131a34755a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Fri, 29 Nov 2024 19:33:13 +0100 Subject: [PATCH] Add missing psr/log requirement I should have added it in ba7e5670b91e215ee47f8e173bf3964213707317 I have taken a look at the --prefer-lowest build, and it installs v1.1.0, so that's what we should use, at least for the next patch release. --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 0913cd2..f301192 100644 --- a/composer.json +++ b/composer.json @@ -28,6 +28,7 @@ "doctrine/doctrine-bundle": "^2.2", "doctrine/orm": "^2.14.0 || ^3.0", "doctrine/persistence": "^2.4 || ^3.0", + "psr/log": "^1 || ^2 || ^3", "symfony/config": "^5.4 || ^6.0 || ^7.0", "symfony/console": "^5.4 || ^6.0 || ^7.0", "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",