From 37eefc9d2c91f7577131d651b35b59e879ff129a Mon Sep 17 00:00:00 2001 From: Kevin NGUYEN Date: Tue, 29 Aug 2023 10:18:12 +0200 Subject: [PATCH] chore: Allow doctrine annotation 2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 405f6f2..fb5feb0 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "symfony/framework-bundle": "^6", "symfony/validator": "^6", "symfony/translation": "^6", - "doctrine/annotations": "^1.13", + "doctrine/annotations": "^1.13 || ^2.0.1", "symfony/psr-http-message-bridge": "^2.0", "nyholm/psr7": "^1.1", "laminas/laminas-diactoros": "^2.2.2",