From baa9b442c19d6f9fb13506ff2efd26939913af6b Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Thu, 2 May 2024 22:40:30 +0200 Subject: [PATCH] Compatibility with doctrine/annotations v2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b1145eb..fea7124 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "license": "MIT", "require": { "php": "^8.0", - "doctrine/annotations": "^1.10.4", + "doctrine/annotations": "^1.10.4 || ^2.0", "brick/varexporter": "^0.3.7 || ^0.4.0" }, "require-dev": {