From e3ae0a5563bf1fdcfcb0548e985d1ed297e7c1f1 Mon Sep 17 00:00:00 2001 From: crynobone Date: Mon, 4 Sep 2017 16:16:28 +0800 Subject: [PATCH] Support illuminate 5.4 and above. Signed-off-by: crynobone --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3fa1746..2982d5d 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ ], "require": { "php": ">=5.5.9", - "illuminate/support": "~5.4.0", - "illuminate/filesystem": "~5.4.0", + "illuminate/support": "~5.4", + "illuminate/filesystem": "~5.4", "doctrine/annotations": "~1.2", "phpdocumentor/reflection-docblock": "3.1.*" },