diff --git a/composer.json b/composer.json index 67c7fa7..6588638 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ ], "require": { "php": ">=7.1.0", - "illuminate/config": "~5.0." + "illuminate/config": "5.*|6.*|7.*|8.*|9.*" }, "require-dev": { "phpunit/phpunit": "^7.0"