Skip to content

Commit 59e5603

Browse files
authored
Supports Laravel 12 (#14)
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent f95a8f7 commit 59e5603

File tree

3 files changed

+224
-138
lines changed

3 files changed

+224
-138
lines changed

composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
"license": "MIT",
99
"require": {
1010
"php": "^8.1",
11-
"laravel/nova": "^5.0"
11+
"illuminate/support": "^10.48.23|^11.35|^12.0",
12+
"laravel/nova": "^5.2"
1213
},
1314
"require-dev": {
14-
"laravel/nova-devtool": "^1.0",
15+
"laravel/nova-devtool": "^1.6",
1516
"laravel/pint": "^1.20"
1617
},
1718
"autoload": {

dist/tool.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)