diff --git a/composer.json b/composer.json index bdd4880..7a39437 100644 --- a/composer.json +++ b/composer.json @@ -9,10 +9,10 @@ "license": "MIT", "require": { "php": ">=8.1", - "illuminate/database": "^9.0|^10.0|^11.0", - "illuminate/support": "^9.0|^10.0|^11.0", - "illuminate/http": "^9.0|^10.0|^11.0", - "laravel/nova": "^3.0|^4.0" + "illuminate/database": "^9.0|^10.0|^11.0|^12.0", + "illuminate/support": "^9.0|^10.0|^11.0|^12.0", + "illuminate/http": "^9.0|^10.0|^11.0|^12.0", + "laravel/nova": "^3.0|^4.0|^5.0" }, "autoload": { "psr-4": {