From c320d88a289efa2414b90b56be7b6eb89671340d Mon Sep 17 00:00:00 2001 From: bidi Date: Fri, 23 Feb 2024 13:35:41 +0200 Subject: [PATCH] updated dependencies --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6e494b9..6195b20 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "require": { "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "laminas/laminas-servicemanager": "^3.22.1", - "doctrine/annotations": "^2.0.1", + "doctrine/annotations": "^1.14.3", "doctrine/cache": "^1.12.1 || ^2.1.1", "doctrine/orm" : "^2.17.3" },