From 95be6d48250c46715c736544ea693aebf04495e6 Mon Sep 17 00:00:00 2001 From: Aimal Amiri Date: Sun, 13 Sep 2020 15:51:37 +0430 Subject: [PATCH] Laravel 8 support added --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 4f8982b..cacfc36 100644 --- a/composer.json +++ b/composer.json @@ -10,8 +10,8 @@ } ], "require": { - "illuminate/database": "~4.2|~5.0|~6.0|~7.0", - "illuminate/support": "~4.2|~5.0|~6.0|~7.0" + "illuminate/database": "~4.2|~5.0|~6.0|~7.0|~8.0", + "illuminate/support": "~4.2|~5.0|~6.0|~7.0|~8.0" }, "autoload": { "psr-4": {