diff --git a/composer.json b/composer.json index 0ef54e9..40aa142 100644 --- a/composer.json +++ b/composer.json @@ -13,15 +13,15 @@ "authors": [], "require": { "php": "^8.2", - "illuminate/console": "^11.0||^12.0", - "illuminate/database": "^11.0||^12.0", - "illuminate/support": "^11.0||^12.0", - "illuminate/routing": "^11.0||^12.0" + "illuminate/console": "^11.0||^12.0||^13.0", + "illuminate/database": "^11.0||^12.0||^13.0", + "illuminate/support": "^11.0||^12.0||^13.0", + "illuminate/routing": "^11.0||^12.0||^13.0" }, "require-dev": { - "phpunit/phpunit": "^10.0||^11.0", + "phpunit/phpunit": "^10.0||^11.0||^12.5.12", "mockery/mockery": "^1.4", - "orchestra/testbench": "^9.0||^10.0" + "orchestra/testbench": "^9.0||^10.0||^11.0" }, "autoload": { "psr-4": {