From 84694061e3040a10bf6506ac59a54b2381baf85f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 11:48:50 +0000 Subject: [PATCH] Update doctrine/annotations requirement from ^1.13 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.13.0...2.0.1) --- updated-dependencies: - dependency-name: doctrine/annotations dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9d39f51a..e125fc93 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,7 @@ "symfony/translation": "If you want validation error messages to be translated." }, "require-dev": { - "doctrine/annotations": "^1.13", + "doctrine/annotations": "^2.0", "doctrine/orm": "^2.5", "monolog/monolog": "^1.26.1", "phpstan/extension-installer": "^1.0",