From d85fe481efbccc81bf9f795784791ac0857c9853 Mon Sep 17 00:00:00 2001 From: "Silvia Y. Chang" Date: Sat, 2 Nov 2019 02:54:17 +0800 Subject: [PATCH] Support for laravel 6.x changes need chahge `composer.json` from `"illuminate/support": "^5.5",` to `"illuminate/support": ">=5.5",` --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8b1c8a3..163f9f3 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ }, "require": { "php": ">=7.0", - "illuminate/support": "^5.5", + "illuminate/support": ">=5.5", "minchao/every8d-php": "^1.0.2" }, "require-dev": {