Skip to content

Commit 8ff519f

Browse files
committed
fix: update spatie/laravel-data requirement to support version 4.0
1 parent 2ae99d5 commit 8ff519f

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
@@ -27,7 +27,7 @@
2727
"illuminate/pagination": "^9.0|^10.0|^11.0|^12.0",
2828
"illuminate/support": "^9.0|^10.0|^11.0|^12.0",
2929
"illuminate/contracts": "^9.0|^10.0|^11.0|^12.0",
30-
"spatie/laravel-data": "^3.12.0"
30+
"spatie/laravel-data": "^3.12.0|^4.0"
3131
},
3232
"require-dev": {
3333
"laravel/pint": "^1.0",

0 commit comments

Comments
 (0)