From f4ea34f215a7198352456924d1d0c039d1a323e1 Mon Sep 17 00:00:00 2001 From: philipnjuguna66 Date: Wed, 10 Mar 2021 11:23:31 +0300 Subject: [PATCH] add support for laravel 8 add support for laravel 8 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 3db6493..b0287da 100644 --- a/composer.json +++ b/composer.json @@ -5,9 +5,9 @@ "license": "MIT", "require": { "php": "^7.2.5", - "illuminate/support": "^6.0|^7.0", - "illuminate/console": "^6.0|^7.0", - "illuminate/filesystem": "^6.0|^7.0", + "illuminate/support": "^6.0|^7.0|8.0", + "illuminate/console": "^6.0|^7.0|8.0", + "illuminate/filesystem": "^6.0|^7.0|8.0", "doctrine/dbal": "^2.9" }, "autoload": {