From 692cbdc96c1ecc431729d9b45258c7c977b7757d Mon Sep 17 00:00:00 2001 From: Patric Poba Date: Fri, 24 Sep 2021 06:04:18 +0000 Subject: [PATCH] Add support for laravel versions 6, 7 and 8 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8bb391c..37d98cf 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,8 @@ } }, "require": { - "php": "^7.0" + "php": "^7.0", + "illuminate/support": "^5.4||^6.0||^7.0||^8.0" }, "require-dev": { "phpunit/phpunit": "^5.7",