diff --git a/composer.json b/composer.json index c11499f..945f96d 100644 --- a/composer.json +++ b/composer.json @@ -31,15 +31,15 @@ ], "require": { "php": "^8.1", - "illuminate/console": "^9.0|^10.0|^11.0", - "illuminate/database": "^9.0|^10.0|^11.0", - "illuminate/http": "^9.0|^10.0|^11.0", - "illuminate/support": "^9.0|^10.0|^11.0", - "illuminate/validation": "^9.0|^10.0|^11.0" + "illuminate/console": "^9.0|^10.0|^11.0|^12.0", + "illuminate/database": "^9.0|^10.0|^11.0|^12.0", + "illuminate/http": "^9.0|^10.0|^11.0|^12.0", + "illuminate/support": "^9.0|^10.0|^11.0|^12.0", + "illuminate/validation": "^9.0|^10.0|^11.0|^12.0" }, "require-dev": { "laravel/pint": "^1.14", - "orchestra/testbench": "^7.0|^8.0|^9.0", + "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0", "pestphp/pest": "^1.20|^2.0", "pestphp/pest-plugin-faker": "^1.0|^2.0" },