From d16e19791d5c5178c9196dcb9ca99f63838504cc Mon Sep 17 00:00:00 2001 From: Jeremy Kenedy Date: Thu, 24 Sep 2020 13:36:35 -0700 Subject: [PATCH] Laravel 8 Support Laravel 8 Support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5028377..dcd426b 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ }, "require": { "php": ">=7.2", - "illuminate/support": "~5.6|~5.7|~5.8|^6.0|^7.0" + "illuminate/support": "~5.6|~5.7|~5.8|^6.0|^7.0|^8.0" }, "require-dev": { "phpunit/phpunit": "^8",