Skip to content

Commit b3a5c19

Browse files
chore: drop nova 4 support
1 parent a3ac301 commit b3a5c19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": "^8.2",
2020
"illuminate/support": "^11.0|^12.0",
21-
"laravel/nova": "^4.35"
21+
"laravel/nova": "^5.0"
2222
},
2323
"require-dev": {
2424
"friendsofphp/php-cs-fixer": "^3.5",
@@ -65,4 +65,4 @@
6565
},
6666
"minimum-stability": "dev",
6767
"prefer-stable": true
68-
}
68+
}

0 commit comments

Comments
 (0)