File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 88 },
99 "require-dev" : {
1010 "phpstan/extension-installer" : " ^1.3" ,
11- "phpstan/phpstan" : " ^2.1.8 " ,
11+ "phpstan/phpstan" : " ^2.1.30 " ,
1212 "phpstan/phpstan-webmozart-assert" : " ^2.0" ,
13- "phpunit/phpunit" : " ^11.4 " ,
13+ "phpunit/phpunit" : " ^11.5 " ,
1414 "rector/rector-src" : " dev-main" ,
1515 "symplify/easy-coding-standard" : " ^12.3" ,
1616 "symplify/rule-doc-generator" : " ^12.2" ,
17- "symplify/vendor-patches" : " ^11.3 " ,
17+ "symplify/vendor-patches" : " ^11.5 " ,
1818 "tomasvotruba/class-leak" : " ^1.0" ,
1919 "tracy/tracy" : " ^2.10"
2020 },
Original file line number Diff line number Diff line change 44
55use Rector \Config \RectorConfig ;
66use Rector \ValueObject \PhpVersion ;
7- use Rector \DowngradePhp74 \Rector \Array_ \DowngradeArraySpreadRector ;
87use Rector \DowngradePhp74 \Rector \ArrowFunction \ArrowFunctionToAnonymousFunctionRector ;
98use Rector \DowngradePhp74 \Rector \ClassMethod \DowngradeContravariantArgumentTypeRector ;
109use Rector \DowngradePhp74 \Rector \ClassMethod \DowngradeCovariantReturnTypeRector ;
Original file line number Diff line number Diff line change 88use Rector \DowngradePhp81 \Rector \MethodCall \DowngradeIsEnumRector ;
99use Rector \Config \RectorConfig ;
1010use Rector \ValueObject \PhpVersion ;
11- use Rector \DowngradePhp81 \Rector \Array_ \DowngradeArraySpreadStringKeyRector ;
1211use Rector \DowngradePhp81 \Rector \ClassConst \DowngradeFinalizePublicClassConstantRector ;
1312use Rector \DowngradePhp81 \Rector \FuncCall \DowngradeArrayIsListRector ;
1413use Rector \DowngradePhp81 \Rector \FuncCall \DowngradeFirstClassCallableSyntaxRector ;
You can’t perform that action at this time.
0 commit comments