Skip to content

Commit 6b760e2

Browse files
authored
Supports Laravel Nova 5.7.4 (#48)
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 78bf6c4 commit 6b760e2

File tree

5 files changed

+439
-273
lines changed

5 files changed

+439
-273
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"symfony/polyfill-php83": "^1.32"
1414
},
1515
"require-dev": {
16-
"laravel/nova": "^5.7.3",
16+
"laravel/nova": "^5.7.4",
1717
"laravel/pint": "^1.17",
1818
"orchestra/pest-plugin-testbench": "^2.0|^3.0",
1919
"orchestra/testbench": "^8.30|^9.8|^10.0",
2020
"phpstan/phpstan": "^2.1.14",
2121
"spatie/laravel-ray": "^1.40.2"
2222
},
2323
"conflict": {
24-
"laravel/nova": "<5.7.3|>=6.0.0"
24+
"laravel/nova": "<5.7.4|>=6.0.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)