From e5996fb2f90143a927d7a4df6b32de24b9a890f7 Mon Sep 17 00:00:00 2001 From: Emmanuel Oduro Date: Fri, 17 Apr 2020 15:08:04 +0000 Subject: [PATCH] laravel 7 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index acfd0dab..6d28135d 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "license": "MIT", "require": { "php": ">=7.1.0", - "illuminate/support": "^5.7|^6.0" + "illuminate/support": "^5.7|^6.0|^7.0" }, "autoload": { "psr-4": {