From de2d5744451c7258c30b36a5e988e9a5fb558171 Mon Sep 17 00:00:00 2001 From: Sebastian Fix Date: Sat, 1 Feb 2025 17:53:57 +0700 Subject: [PATCH] WIP --- .gitignore | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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",