diff --git a/.gitignore b/.gitignore index a7f372d..5cdf776 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ phpstan.neon testbench.yaml vendor node_modules +auth.json \ No newline at end of file diff --git a/composer.json b/composer.json index af9cd69..a4cafde 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "spatie/laravel-package-tools": "^1.16", "illuminate/contracts": "^11.0", "codebar-ag/laravel-flysystem-cloudinary": "^11.0", - "laravel/nova": "^4.32" + "laravel/nova": ">=4.3" }, "require-dev": { "laravel/pint": "^1.13",