Skip to content

Commit 8079ee5

Browse files
authored
Add compability for spatie/eloquent-sortable 4 and add nova dependency (#31)
1 parent 5f09264 commit 8079ee5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"license": "MIT",
99
"require": {
1010
"php": ">=7.1.0",
11-
"spatie/eloquent-sortable": "^3.4"
11+
"laravel/nova": "^2.0|^3.0",
12+
"spatie/eloquent-sortable": "^3.4|^4.0"
1213
},
1314
"autoload": {
1415
"psr-4": {

0 commit comments

Comments
 (0)