From 7f0da5126116d3e3d8bf6f4ee1c63048bfb8fcb7 Mon Sep 17 00:00:00 2001 From: Lloric Mayuga Garcia Date: Wed, 2 Sep 2020 07:12:07 +0800 Subject: [PATCH] Add support for laravel 8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c65acaa..4da66fd 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "php": ">=5.3.0", "ext-curl": "*", "ext-json": "*", - "illuminate/support": "^5.0|^6.0|^7.0" + "illuminate/support": "^5.0|^6.0|^7.0|^8.0" }, "require-dev": { "phpunit/phpunit": "4.8.*"