From af0f612b39824185f027602e4b92b56ce054e7c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 12:28:47 +0000 Subject: [PATCH] Update doctrine/annotations requirement from ^1.13 to ^1.13 || ^2.0 Updates the requirements on [doctrine/annotations](https://github.com/doctrine/annotations) to permit the latest version. - [Release notes](https://github.com/doctrine/annotations/releases) - [Commits](https://github.com/doctrine/annotations/compare/1.13.0...2.0.2) --- updated-dependencies: - dependency-name: doctrine/annotations dependency-version: 2.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3a97b18..511d111 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "doctrine/cache": "^1.11", "doctrine/orm": "^2.14", "doctrine/mongodb-odm": "^2.0", - "doctrine/annotations": "^1.13", + "doctrine/annotations": "^1.13 || ^2.0", "symfony/cache": "^5.4 || ^6.0 || ^7.0 || ^8.0" }, "autoload": {