From 5189247447351856c306f186e91830a4ba10967c Mon Sep 17 00:00:00 2001 From: "Moinuddin S. Khaja" Date: Thu, 11 Mar 2021 12:55:48 +0530 Subject: [PATCH] Adds Support for Laravel 7 --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index e8f2b6d..9592dc7 100644 --- a/composer.json +++ b/composer.json @@ -18,14 +18,14 @@ "require": { "php": "^7.4|^8.0", "jenssegers/agent": "^2.6", - "illuminate/auth": "^8.0", - "illuminate/bus": "^8.0", - "illuminate/console": "^8.0", - "illuminate/contracts": "^8.0", - "illuminate/database": "^8.0", - "illuminate/http": "^8.0", - "illuminate/notifications": "^8.0", - "illuminate/support": "^8.0", + "illuminate/auth": "^7.0|^8.0", + "illuminate/bus": "^7.0|^8.0", + "illuminate/console": "^7.0|^8.0", + "illuminate/contracts": "^7.0|^8.0", + "illuminate/database": "^7.0|^8.0", + "illuminate/http": "^7.0|^8.0", + "illuminate/notifications": "^7.0|^8.0", + "illuminate/support": "^7.0|^8.0", "spatie/laravel-package-tools": "^1.4" }, "require-dev": {