From 8a655bd2c58318fc31d207e0e20481f16e120143 Mon Sep 17 00:00:00 2001 From: Jonas Drieghe Date: Wed, 9 Sep 2020 08:40:10 +0200 Subject: [PATCH] Allow Laravel 8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 248c68b..dc0d415 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "license": "MIT", "require": { "php": "^7.1", - "illuminate/support": "^5.7.15 | 5.8.* | ^6.0 | ^7.0" + "illuminate/support": "^5.7.15 | 5.8.* | ^6.0 | ^7.0 | ^8.0" }, "autoload": { "psr-4": {