From 525d9f18da06eff17be6cbef2467f1e8ff9e78cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 04:05:19 +0000 Subject: [PATCH] Update doctrine/annotations requirement from 1.13.2 to 1.14.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...1.14.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 f9f316e609..ac069b49ee 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "require": { "php": ">=7.4", "ext-json": "*", - "doctrine/annotations": "1.13.2", + "doctrine/annotations": "1.14.1", "composer/package-versions-deprecated": "^1.8", "phpdocumentor/reflection-docblock": "^4.3 || ^5.0", "phpdocumentor/type-resolver": "^1.4",