From 2429e8f32ce66ed643234d692636de08b6af0dd1 Mon Sep 17 00:00:00 2001 From: Roman Dmitrienko Date: Tue, 29 Aug 2017 08:58:03 +0000 Subject: [PATCH] Unlock phpdocumentor/reflection-docblock version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5b59238..48e39a9 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.*", "illuminate/filesystem": "5.1.* || 5.2.* || 5.3.* || 5.4.*", "doctrine/annotations": "~1.2", - "phpdocumentor/reflection-docblock": "3.1.*" + "phpdocumentor/reflection-docblock": "3.*" }, "require-dev": { "squizlabs/php_codesniffer": "~2.0",