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 2020 "require-dev" : {
2121 "friendsofphp/php-cs-fixer" : " ^3.42" ,
2222 "phpunit/phpunit" : " ^10.5" ,
23- "rector/rector" : " ^0.18 " ,
23+ "rector/rector" : " ^1.0 " ,
2424 "vimeo/psalm" : " ^5.18"
2525 },
2626 "autoload-dev" : {
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