diff --git a/composer.json b/composer.json index d34a31f..e4c49bc 100644 --- a/composer.json +++ b/composer.json @@ -15,8 +15,8 @@ } ], "require": { - "php" : "~7.2", - "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0.0" + "php": "^7.2", + "illuminate/support": "5.8.*|^6.0" }, "require-dev": { "phpunit/phpunit": "~8.0"