From f05105b65825d40234efb581f19088da0d843f6e Mon Sep 17 00:00:00 2001 From: Yanick Witschi Date: Wed, 29 Mar 2023 08:10:00 +0200 Subject: [PATCH] Allow doctrine/annotations v2 (#8) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 09e260f..8a06216 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ }, "require": { "php": "^7.1 || ^8.0", - "doctrine/annotations": "^1.6", + "doctrine/annotations": "^1.6 || ^2.0", "symfony/dependency-injection": "^4.0 || ^5.0 || ^6.0", "symfony/http-kernel": "^4.0 || ^5.0 || ^6.0" },