From 3138f46ce36ef31f3dc12552f4831466df0249a6 Mon Sep 17 00:00:00 2001 From: Alexander Dmitryuk Date: Wed, 1 Mar 2023 14:47:41 +0600 Subject: [PATCH] Support doctrine/annotations:2.0 (#351) * remove doctrine/annotations from composer.json * doctrine/annotations 2.0 --------- Co-authored-by: a.dmitryuk --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b65dc7c3..8188df89 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "php": ">=7.4", "ext-json": "*", "damienharper/auditor": "^2.3", - "doctrine/annotations": "^1.8", + "doctrine/annotations": "^1.8|^2.0", "doctrine/doctrine-bundle": "^1.9|^2.0", "doctrine/orm": "^2.7", "symfony/asset": "^4.0|^5.0|^6.0",