From 3e8339c0fdb2ee03e38abef5b746ff2df82d65f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 00:01:30 +0000 Subject: [PATCH] Update doctrine/annotations requirement from 1.* to 2.* 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/v1.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 6024d5d..e49b9d2 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "jms/serializer": "^1 | ^2 | ^3", "ramsey/uuid": "^3 | ^4", "symfony/mime": "^4.3 | ^5 | ^6 | ^7", - "doctrine/annotations": "1.*" + "doctrine/annotations": "2.*" }, "require-dev": { "phpunit/phpunit": "^7 | ^8 | ^9"