From 10f60b3ca7ad83b58be33c6d8017d75ec876eb9c Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Mon, 16 Oct 2017 22:09:45 +0200 Subject: [PATCH] Bump annotations version to support class constants in annotations --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4abc90c9b0..67b9dd161a 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "require": { "php": "^5.6 || ^7.0", "symfony/console": "~2.3|~3.0", - "doctrine/annotations": "~1.0", + "doctrine/annotations": "^1.2", "doctrine/collections": "~1.1", "doctrine/common": "~2.4", "doctrine/cache": "~1.0",