File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 171
171
"mockery/mockery" : " ^1.5" ,
172
172
"phpunit/phpunit" : " ^11.0" ,
173
173
"phpstan/phpstan" : " ^1.10.0" ,
174
- "larastan/larastan" : " ^2.7 " ,
174
+ "larastan/larastan" : " 2.9.12 " ,
175
175
"symfony/var-dumper" : " ^7.0"
176
176
},
177
177
"config" : {
Original file line number Diff line number Diff line change 6
6
"require" : {
7
7
"flarum/testing" : " ^2.0" ,
8
8
"phpstan/phpstan" : " ^1.10.0" ,
9
- "larastan/larastan" : " ^2.7 "
9
+ "larastan/larastan" : " 2.9.12 "
10
10
},
11
11
"autoload" : {
12
12
"psr-4" : {
Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ services:
281
281
- phpstan.broker.dynamicFunctionReturnTypeExtension
282
282
283
283
-
284
- class : Larastan\Larastan\ReturnTypes\CollectionFilterDynamicReturnTypeExtension
284
+ class : Larastan\Larastan\ReturnTypes\CollectionFilterRejectDynamicReturnTypeExtension
285
285
tags :
286
286
- phpstan.broker.dynamicMethodReturnTypeExtension
287
287
-
You can’t perform that action at this time.
0 commit comments