From 1d3987515ad549c22c5aa2f9121116a3bde74dc8 Mon Sep 17 00:00:00 2001 From: apiaget Date: Sat, 12 Sep 2020 19:58:42 +0200 Subject: [PATCH] Support for Laravel 8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 57a7f6b..a595872 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": "^7.1", - "illuminate/support": "~5.8.0|^6.0|^7.0" + "illuminate/support": "~5.8.0|^6.0|^7.0|^8.0" }, "require-dev": { "orchestra/testbench": "3.8.*",