From 3b060c6f7d5d72c6d5cfd565baf67925c3d93818 Mon Sep 17 00:00:00 2001 From: Bertrand Kintanar Date: Wed, 9 Sep 2020 02:00:53 +0800 Subject: [PATCH] Laravel 8.0 Support --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index e74795a..c17653b 100644 --- a/composer.json +++ b/composer.json @@ -17,9 +17,9 @@ ], "require": { "php": "^7.3", - "illuminate/view": "^6.0|^7.0", - "illuminate/console": "^6.0|^7.0", - "illuminate/mail": "^6.0|^7.0" + "illuminate/view": "^6.0|^7.0|^8.0", + "illuminate/console": "^6.0|^7.0|^8.0", + "illuminate/mail": "^6.0|^7.0|^8.0" }, "require-dev": { "orchestra/testbench": "^5.1",