File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3333 },
3434 "require-dev" : {
3535 "brianium/paratest" : " ^7.4" ,
36+ "driftingly/rector-laravel" : " ^1.0" ,
3637 "ergebnis/phpstan-rules" : " ^2.1" ,
3738 "infection/infection" : " ~0.27" ,
39+ "larastan/larastan" : " ^2.8" ,
3840 "laravel/cashier" : " ^15.0" ,
3941 "nunomaduro/collision" : " ^8.0" ,
40- "larastan/larastan" : " ^2.8" ,
4142 "orchestra/testbench" : " ^9.0" ,
4243 "phpstan/phpstan" : " ^1.10" ,
4344 "phpunit/phpunit" : " ^10.5" ,
Original file line number Diff line number Diff line change 55use Rector \Config \RectorConfig ;
66use Rector \PHPUnit \Set \PHPUnitSetList ;
77use Rector \Set \ValueObject \SetList ;
8+ use RectorLaravel \Set \LaravelLevelSetList ;
89
910return static function (RectorConfig $ config ): void {
1011 $ config ->parallel ();
1516
1617 // Define what rule sets will be applied
1718 $ config ->import (PHPUnitSetList::ANNOTATIONS_TO_ATTRIBUTES );
19+ $ config ->import (LaravelLevelSetList::UP_TO_LARAVEL_110 );
1820 $ config ->import (PHPUnitSetList::PHPUNIT_100 );
1921 $ config ->import (SetList::STRICT_BOOLEANS );
2022 $ config ->import (SetList::PRIVATIZATION );
You can’t perform that action at this time.
0 commit comments