From 3b8b064a49a8fc80a77500b441898f133f29a25e Mon Sep 17 00:00:00 2001 From: Doug Niccum Date: Tue, 8 Sep 2020 08:13:49 -0500 Subject: [PATCH] Adds Laravel 8 support and removes Laravel 5 support. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index eced963..49fc2fc 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "license": "MIT", "require": { "php": ">=7.1.0", - "illuminate/support": "^5.8|^6.0|^7.0" + "illuminate/support": "^6.0|^7.0|^8.0" }, "autoload": { "psr-4": {