From 28848ef5898f8213b00078f3322132f50c13a6c4 Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Tue, 6 Dec 2022 15:46:09 +0100 Subject: [PATCH] Need older annotations for PHP 5.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8371c283a..37e3d6e70 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2", - "doctrine/annotations": "^1.13.3", + "doctrine/annotations": "^1.2.6 || ^1.13.3", "php-parallel-lint/php-console-highlighter": "^1.0.0", "php-parallel-lint/php-parallel-lint": "^1.3.2", "phpcompatibility/php-compatibility": "^9.3.5",