From e5c4c380686065b27e2456205edf53fa79ab6b9a Mon Sep 17 00:00:00 2001 From: Wahyu Kristianto Date: Sun, 13 Sep 2020 14:06:54 +0700 Subject: [PATCH] Support Laravel 8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9e6011e..5f374c6 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ ], "require": { "php": ">=7.2", - "illuminate/support": "^6.0|^7.0" + "illuminate/support": "^6.0|^7.0|^8.0" }, "require-dev": { "orchestra/testbench": "^4.0",