From ee8389a5c6e3642e5d5b468e5b74102b46c9b976 Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 17 Dec 2019 18:11:17 +0800 Subject: [PATCH] Allow Laravel 6 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c179ac5..b158551 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ ], "require": { "php": ">=7.0", - "illuminate/support": "^5.3", + "illuminate/support": "^5.3|^6.0", "elasticsearch/elasticsearch": "~6.0" }, "autoload": {