From b4f94cb3a8f59f53b1dc80d27068e796d612d2a2 Mon Sep 17 00:00:00 2001 From: VincentPS Date: Sun, 26 Mar 2023 15:39:11 +0200 Subject: [PATCH] Adds support for the doctrine/annotations 2.0 version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index de8d071..55b2a2f 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "symfony/dependency-injection": "^4.4.17|^5.0|^6.0", "symfony/http-kernel": "^4.4.17|^5.0|^6.0", "symfony/framework-bundle": "^4.4.17|^5.0|^6.0", - "doctrine/annotations": "^1.0", + "doctrine/annotations": "^1.0|^2.0", "doctrine/doctrine-bundle": "^2.0|^2.2|^2.6", "doctrine/orm": "~2.13", "symfony/twig-bundle": "^4.4.17|^5.0|^6.0",