File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3939 "require-dev" : {
4040 "codeigniter4/framework" : " ^4.1" ,
4141 "icanhazstring/composer-unused" : " ^0.8.2" ,
42- "rector/rector" : " 0.17.5 "
42+ "rector/rector" : " 0.17.6 "
4343 },
4444 "minimum-stability" : " dev" ,
4545 "prefer-stable" : true ,
Original file line number Diff line number Diff line change 3737 $ rectorConfig ->sets ([
3838 SetList::DEAD_CODE ,
3939 LevelSetList::UP_TO_PHP_74 ,
40- PHPUnitSetList::PHPUNIT_SPECIFIC_METHOD ,
40+ PHPUnitSetList::PHPUNIT_CODE_QUALITY ,
4141 PHPUnitSetList::PHPUNIT_100 ,
4242 ]);
4343
Original file line number Diff line number Diff line change 3737 $ rectorConfig ->sets ([
3838 SetList::DEAD_CODE ,
3939 LevelSetList::UP_TO_PHP_74 ,
40- PHPUnitSetList::PHPUNIT_SPECIFIC_METHOD ,
40+ PHPUnitSetList::PHPUNIT_CODE_QUALITY ,
4141 PHPUnitSetList::PHPUNIT_100 ,
4242 ]);
4343
You can’t perform that action at this time.
0 commit comments