Skip to content

Commit dd4589b

Browse files
authored
Add support for Laravel 5.x (#40)
1 parent d782623 commit dd4589b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"license": "MIT",
1717
"require": {
1818
"php": ">=8.1",
19-
"laravel/nova": "^4.0"
19+
"laravel/nova": "^4.0 || ^5.0"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)