From ee88ef9397737b26214438c9357dfee95e82e9d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 09:05:26 +0000 Subject: [PATCH] Update doctrine/annotations requirement from ^1.13 to ^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: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 fcbb873e7c..45d5ecfdd1 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "doctrine/migrations": "^3.3", "doctrine/dbal": "^3.1.4", "doctrine/common": "^3.1", - "doctrine/annotations": "^1.13", + "doctrine/annotations": "^2.0", "symfony/yaml": "^5.1||^6.0", "symfony/dom-crawler": "^5.1||^6.0", "symfony/console": "^5.1||^6.0",