From f7c4c5eb956f4ff0665c00e07fddad4393ba0f6c Mon Sep 17 00:00:00 2001 From: Nafies Luthfi Date: Tue, 10 Oct 2017 13:47:29 +0800 Subject: [PATCH] Add support for laravel 5.4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 114248d..c8007f1 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ }, "require": { "php": ">=7.0", - "illuminate/support": "5.5.*", + "illuminate/support": "5.4.* || 5.5.*", "laravel/browser-kit-testing": "^2.0" }, "require-dev": {