diff --git a/composer.json b/composer.json index eea964b..5ec1803 100644 --- a/composer.json +++ b/composer.json @@ -16,10 +16,10 @@ } }, "require": { - "illuminate/translation": "^9.0||^8.0||^6.0" + "illuminate/translation": "^6.0||^8.0||^9.0" }, "require-dev": { - "orchestra/testbench": "^7.0||^6.0||^4.0", + "orchestra/testbench": "^4.0||^6.0||^7.0", "phpunit/phpunit": "^9.5", "nunomaduro/larastan": "^0.6.11" },