From 6ad9eed77f97e3c5d7b61ea8a2b1df33d4805039 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 04:08:25 +0000 Subject: [PATCH] :arrow_up: Update doctrine/annotations requirement || ^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.10.0...2.0.2) --- updated-dependencies: - dependency-name: doctrine/annotations dependency-version: 2.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 826020a5..d2639b1f 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "symfony/filesystem": "^5 || ^6", "symfony/yaml": "^5 || ^6", "ramsey/uuid": "^3.7 || ^4.0", - "doctrine/annotations": "^1.10", + "doctrine/annotations": "^1.10 || ^2.0", "laminas/laminas-code": "^4.7", "psr/container": "^1 || ^2", "ext-PDO": "*",