We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a71271d commit 6a374e9Copy full SHA for 6a374e9
.gitignore
@@ -3,3 +3,4 @@ composer.lock
3
.idea
4
.github_token
5
.php-cs-fixer.cache
6
+auth.json
composer.json
@@ -10,7 +10,7 @@
10
"require-dev": {
11
"php": "^8.0",
12
"ext-curl": "*",
13
- "laravel/nova": "~3.0",
+ "laravel/nova": "~4.0",
14
"illuminate/console": "^8.0",
15
"illuminate/filesystem": "^8.0",
16
"illuminate/events": "^8.0"
0 commit comments