diff --git a/composer.json b/composer.json index f0dd7ee..5b264ee 100644 --- a/composer.json +++ b/composer.json @@ -29,8 +29,8 @@ "require": { "php": "^7.2", "ext-json": "*", - "illuminate/support": "^5.8", - "illuminate/view": "^5.8" + "illuminate/support": "5.8|6.0|6.1|6.2|6.3|6.4", + "illuminate/view": "5.8|6.0|6.1|6.2|6.3|6.4" }, "require-dev": { "phpunit/phpunit": "^8.2",