From 4da87761f70a76455a5d806b52dca3e54ffa55df Mon Sep 17 00:00:00 2001 From: jradtilbrook Date: Mon, 9 Mar 2020 11:45:20 +0800 Subject: [PATCH] Support Laravel 7 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index c30ce67..f8b8207 100644 --- a/composer.json +++ b/composer.json @@ -13,9 +13,9 @@ "require": { "healthengine/laravel-chronos": "^2.0", "healthengine/laravel-uuid": "^1.0", - "illuminate/console": "~5.6|~6.0", - "illuminate/database": "~5.6|~6.0", - "illuminate/support": "~5.6|~6.0" + "illuminate/console": "~5.6|~6.0|~7.0", + "illuminate/database": "~5.6|~6.0|~7.0", + "illuminate/support": "~5.6|~6.0|~7.0" }, "autoload": { "psr-4": {