From c84f1fc1f81613b345958b16a03f8ba7a35e6c24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 04:46:04 +0000 Subject: [PATCH] Update doctrine/annotations requirement from ^1.13.2 to ^2.0.1 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.1) --- 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..48bd7ae8 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.1", "andig/dbcopy": "^1.4", "andig/php-shunting-yard": "^1.0", "symfony/cache": "^5.0",