Skip to content

Commit 20ee6e1

Browse files
committed
Laravel Data v3 support
1 parent 008ad52 commit 20ee6e1

9 files changed

+848
-671
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
3939
]
4040
},
4141
"require": {
42-
"spatie/laravel-data": "^2.2",
42+
"spatie/laravel-data": "^3.2",
4343
"laravel/framework": "^8|^9|^10",
4444
"phpdocumentor/reflection-docblock": "^5.3",
4545
"spatie/invade": "^1.0"
4646
},
4747
"require-dev": {
48-
"friendsofphp/php-cs-fixer": "^3.11",
49-
"nunomaduro/larastan": "^2.2",
48+
"friendsofphp/php-cs-fixer": "^3.15",
49+
"nunomaduro/larastan": "^2.5",
5050
"orchestra/testbench": "^7.8",
5151
"pestphp/pest": "^1.21"
5252
},

0 commit comments

Comments
 (0)