From 6f85e00abca65cd211bcc2df6eee49b1efb8d2c4 Mon Sep 17 00:00:00 2001 From: Massimiliano Arione Date: Wed, 9 Aug 2017 09:37:02 +0200 Subject: [PATCH] Allow phpdocumentor/reflection-docblock 4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index edb7f0b..a1747d2 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "nikic/php-parser": "~3.0", "symfony/console": "^2.6 || ^3.0", "symfony/finder": "^2.6 || ^3.0", - "phpdocumentor/reflection-docblock": "~2.0 || ~3.0", + "phpdocumentor/reflection-docblock": "~2.0 || ~3.0 || ~4.0", "symfony/stopwatch": "^2.7 || ^3.0", "symfony/filesystem": "^2.7 || ^3.0", "symfony/dependency-injection": "^2.7 || ^3.0",