File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 20
20
"require-dev" : {
21
21
"friendsofphp/php-cs-fixer" : " ^3.42" ,
22
22
"phpunit/phpunit" : " ^10.5" ,
23
- "rector/rector" : " ^0.18 " ,
23
+ "rector/rector" : " ^1.0 " ,
24
24
"vimeo/psalm" : " ^5.18"
25
25
},
26
26
"autoload-dev" : {
Original file line number Diff line number Diff line change 10
10
use Rector \Config \RectorConfig ;
11
11
use Rector \EarlyReturn \Rector \Return_ \ReturnBinaryOrToEarlyReturnRector ;
12
12
use Rector \Php80 \Rector \Class_ \ClassPropertyAssignToConstructorPromotionRector ;
13
- use Rector \Php81 \Rector \ClassConst \FinalizePublicClassConstantRector ;
14
13
use Rector \Php81 \Rector \Property \ReadOnlyPropertyRector ;
15
14
use Rector \Set \ValueObject \LevelSetList ;
16
15
use Rector \Set \ValueObject \SetList ;
32
31
ReadOnlyPropertyRector::class,
33
32
CatchExceptionNameMatchingTypeRector::class,
34
33
SplitDoubleAssignRector::class,
35
- FinalizePublicClassConstantRector::class,
36
34
FlipTypeControlToUseExclusiveTypeRector::class,
37
35
ReturnBinaryOrToEarlyReturnRector::class,
38
36
LocallyCalledStaticMethodToNonStaticRector::class,
You can’t perform that action at this time.
0 commit comments