From 857b0aedd734b4840c82680d4fd09f7a4213ce72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 04:02:40 +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 57826fba1e..3b99cb5a90 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "require": { "php": ">=8.1", "ext-json": "*", - "doctrine/annotations": "1.13.2", + "doctrine/annotations": "2.0.1", "composer/package-versions-deprecated": "^1.8", "phpdocumentor/reflection-docblock": "^4.3 || ^5.0", "phpdocumentor/type-resolver": "^1.4",