diff --git a/composer.json b/composer.json index 0404f0c..a6c4a76 100644 --- a/composer.json +++ b/composer.json @@ -30,8 +30,8 @@ "require": { "php": ">=7.1", "composer/installers": "~1.0", - "illuminate/view": "~5.6", - "illuminate/config": "~5.6" + "illuminate/view": "5.6.* || 5.7.*", + "illuminate/config": "5.6.* || 5.7.*" }, "require-dev": { "squizlabs/php_codesniffer": "~3.0"