From 42d58d13a40e77bd809f899aa2bbae2e8701a79c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 12:00:50 +0000 Subject: [PATCH] Update doctrine/annotations requirement from ^1.6 to ^1.6 || ^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/v1.6.0...2.0.0) --- 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 d70d2d8c9..1db192663 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "ext-json": "*", "ext-mbstring": "*", "ext-sockets": "*", - "doctrine/annotations": "^1.6", + "doctrine/annotations": "^1.6 || ^2.0", "php-di/phpdoc-reader": "^2.0", "psr/container": "^1.0 || ^2.0", "psr/http-message": "^1.0",