From 067483ad8cf142d1304ef24cb43267ff95cbc809 Mon Sep 17 00:00:00 2001 From: "Shea Lewis (Kai)" Date: Thu, 2 Apr 2020 12:11:09 -0700 Subject: [PATCH] Add Laravel 7 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2f8ba2f..da4dd9b 100755 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": "^7.2", - "illuminate/support": "^6.0" + "illuminate/support": "^6.0|^7.0" }, "autoload": { "psr-4": {