File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1717 - name : Setup PHP
1818 uses : shivammathur/setup-php@v2
1919 with :
20- php-version : 8.0
20+ php-version : 8.1
2121 env :
2222 runner : self-hosted
2323
3636 - name : Install dependencies
3737 run : composer install --prefer-dist --no-progress
3838
39+ - name : Install driftingly/rector-laravel
40+ run : composer req --dev driftingly/rector-laravel
41+
3942 - name : Run rector
4043 run : composer rector
Original file line number Diff line number Diff line change 3434 "require-dev" : {
3535 "brianium/paratest" : " ^6.4" ,
3636 "cknow/laravel-money" : " ^7.0" ,
37- "driftingly/rector-laravel" : " ^0.14.1" ,
3837 "ergebnis/phpstan-rules" : " ^1.0" ,
3938 "infection/infection" : " ~0.26" ,
4039 "laravel/cashier" : " ^14.0" ,
Original file line number Diff line number Diff line change 44
55use Rector \CodeQuality \Rector \PropertyFetch \ExplicitMethodCallOverMagicGetSetRector ;
66use Rector \Config \RectorConfig ;
7- use Rector \ Laravel \Rector \Assign \CallOnAppArrayAccessToStandaloneAssignRector ;
8- use Rector \ Laravel \Rector \ClassMethod \AddParentRegisterToEventServiceProviderRector ;
9- use Rector \ Laravel \Set \LaravelSetList ;
7+ use RectorLaravel \Rector \Assign \CallOnAppArrayAccessToStandaloneAssignRector ;
8+ use RectorLaravel \Rector \ClassMethod \AddParentRegisterToEventServiceProviderRector ;
9+ use RectorLaravel \Set \LaravelSetList ;
1010use Rector \Php74 \Rector \Property \TypedPropertyRector ;
1111use Rector \PHPUnit \Set \PHPUnitSetList ;
1212use Rector \Set \ValueObject \SetList ;
You can’t perform that action at this time.
0 commit comments