From a659b5d49f4efb8294f4a0fb88df5559a19061fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 00:33:55 +0000 Subject: [PATCH] Update doctrine/annotations requirement from ^1.13 to ^1.13 || ^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.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 27d3e12..c5ad825 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "require": { "php": "~8.0 || ~8.1", - "doctrine/annotations": "^1.13", + "doctrine/annotations": "^1.13 || ^2.0", "laminas/laminas-zendframework-bridge": "^1.0" },