File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 2727 "friendsofphp/php-cs-fixer" : " ^3.42" ,
2828 "phplrt/compiler" : " ^3.6" ,
2929 "phpunit/phpunit" : " ^10.5" ,
30- "rector/rector" : " ^0.18 " ,
30+ "rector/rector" : " ^1.0 " ,
3131 "symfony/var-dumper" : " ^5.6|^6.0|^7.0" ,
3232 "vimeo/psalm" : " ^5.18"
3333 },
Original file line number Diff line number Diff line change 1010use Rector \Config \RectorConfig ;
1111use Rector \EarlyReturn \Rector \Return_ \ReturnBinaryOrToEarlyReturnRector ;
1212use Rector \Php80 \Rector \Class_ \ClassPropertyAssignToConstructorPromotionRector ;
13- use Rector \Php81 \Rector \ClassConst \FinalizePublicClassConstantRector ;
1413use Rector \Php81 \Rector \Property \ReadOnlyPropertyRector ;
1514use Rector \Set \ValueObject \LevelSetList ;
1615use Rector \Set \ValueObject \SetList ;
3231 ReadOnlyPropertyRector::class,
3332 CatchExceptionNameMatchingTypeRector::class,
3433 SplitDoubleAssignRector::class,
35- FinalizePublicClassConstantRector::class,
3634 FlipTypeControlToUseExclusiveTypeRector::class,
3735 ReturnBinaryOrToEarlyReturnRector::class,
3836 LocallyCalledStaticMethodToNonStaticRector::class,
You can’t perform that action at this time.
0 commit comments