From 65748d1888f3f56aaca3fa1dac23ff59d82f0f40 Mon Sep 17 00:00:00 2001 From: breadthe Date: Wed, 23 Sep 2020 01:55:38 -0500 Subject: [PATCH] Laravel 8.0 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8429a74..b90b05c 100755 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": "^7.1", - "illuminate/support": "5.8.* || 6.*.* || ^7.0" + "illuminate/support": "5.8.* || 6.*.* || ^7.0 || ^8.0" }, "require-dev": { "orchestra/testbench": "3.8.*",