diff --git a/composer.json b/composer.json index 80799ca..e7f97ae 100644 --- a/composer.json +++ b/composer.json @@ -4,8 +4,8 @@ "require": { "illuminate/console": ">=5.1", "php": ">=7.0.0", - "illuminate/support": "5.5.x|5.6.x|5.7.x|5.8.x", - "illuminate/translation": "5.5.x|5.6.x|5.7.x|5.8.x", + "illuminate/support": "^5.5|^6", + "illuminate/translation": "^5.5|^6", "stichoza/google-translate-php": "^4.0" }, "extra": {