From 501eea4ff668ae805a8896cdfbac081e49f82704 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 11:46:00 +0000 Subject: [PATCH] Build(deps): Update doctrine/annotations requirement from ^1.12 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.12.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 ad1db105fe..73baee8bca 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "doctrine/migrations": "^3.0", "doctrine/dbal": "^2.13", "doctrine/common": "^3.0.3", - "doctrine/annotations": "^1.12", + "doctrine/annotations": "^2.0", "symfony/yaml": "^5.1||^6.0", "symfony/dom-crawler": "^5.1||^6.0", "symfony/console": "^5.1||^6.0",