diff --git a/composer.json b/composer.json index 45c83f1..afd665d 100644 --- a/composer.json +++ b/composer.json @@ -20,13 +20,13 @@ "source": "https://github.com/laravel-ready/readable-numbers" }, "require": { - "php": "^8.0.2", - "illuminate/support": "^9.0" + "php": "^8.1 || ^8.0", + "illuminate/support": "^10.0 || ^9.0" }, "require-dev": { - "mockery/mockery": "^1.4", - "orchestra/testbench": "^7.0.0", - "phpunit/phpunit": "^9.5" + "mockery/mockery": "^1.5 || ^1.4", + "orchestra/testbench": "^7.5 || ^7.0.0", + "phpunit/phpunit": "^10.0 || ^9.5" }, "autoload": { "psr-4": {