From c23f4ebdb507095526df26ba766877f874cc4204 Mon Sep 17 00:00:00 2001 From: Ricardo Sierra Date: Sun, 13 Sep 2020 15:38:08 -0300 Subject: [PATCH] Support to laravel8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 46837dc..4c541d8 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ ], "require": { "php": ">=7.0", - "illuminate/support": "^5.5|^6.0|^7.0" + "illuminate/support": "^5.5|^6.0|^7.0|^8.0" }, "require-dev": { "phpunit/phpunit": "~6.0|~8.0",