From 176ca5480bc85b19a4b59f2c940cde98e1bfc999 Mon Sep 17 00:00:00 2001 From: Michael Diodone Date: Fri, 27 Oct 2023 10:32:28 +0200 Subject: [PATCH] Allow doctrine/annotations ^1.12 To increase compatibility. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3f1a6c0..999af67 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": ">=8.0", - "doctrine/annotations": "^2.0.0", + "doctrine/annotations": "^1.12|^2.0.0", "rg/laminas-code": "4.7.4", "psr/log": "^1.0.0" },