From 8f39e6ea92825287d7d50f620a725abefa99f1cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:17:32 +0000 Subject: [PATCH] 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-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 8d7f8bf393..60e8bc4e34 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,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", "symfony/dom-crawler": "^5.1", "symfony/console": "^5.1",