From ba74b13c8e65f2c700ff215661786dbcdaaaa325 Mon Sep 17 00:00:00 2001 From: wuweixin Date: Thu, 31 Aug 2017 23:11:34 +0800 Subject: [PATCH 1/2] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5b59238..cda9de2 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ ], "require": { "php": ">=5.5.9", - "illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.*", - "illuminate/filesystem": "5.1.* || 5.2.* || 5.3.* || 5.4.*", + "illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*", + "illuminate/filesystem": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*", "doctrine/annotations": "~1.2", "phpdocumentor/reflection-docblock": "3.1.*" }, From 79808d0dc0927c8b872c777d47fdb6043b594a8b Mon Sep 17 00:00:00 2001 From: wuweixin Date: Fri, 1 Sep 2017 00:07:08 +0800 Subject: [PATCH 2/2] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cda9de2..154f977 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*", "illuminate/filesystem": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*", "doctrine/annotations": "~1.2", - "phpdocumentor/reflection-docblock": "3.1.*" + "phpdocumentor/reflection-docblock": "3.1.* || 3.2.*" }, "require-dev": { "squizlabs/php_codesniffer": "~2.0",