From 5efbe7bb12f54f40a1aabc6f538b11dcb8954f1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 04:05:49 +0000 Subject: [PATCH] Update doctrine/annotations requirement from ^1.13.2 to ^2.0.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/1.13.2...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 e0c13f5c..34cb2a31 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "php": "^7.3|^8.0", "doctrine/orm": "^2.9", "doctrine/dbal": "^2.12", - "doctrine/annotations": "^1.13.2", + "doctrine/annotations": "^2.0.2", "andig/dbcopy": "^1.4", "andig/php-shunting-yard": "^1.0", "symfony/cache": "^5.0",