File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3434 - run : composer require rector/rector:^0.17.1 --working-dir rector-local --ansi
3535
3636 # downgrade to PHP 7.4
37- - run : rector-local/vendor/bin/rector process src config --config build/rector-downgrade-php-74 .php --ansi
37+ - run : rector-local/vendor/bin/rector process src config --config build/rector-downgrade-php.php --ansi
3838
3939 # clear the dev files
4040 - run : rm -rf tests rector-local ecs.php phpstan.neon phpunit.xml .editorconfig
File renamed without changes.
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ rm -rf tests
1212# downgrade with rector
1313mkdir rector-local
1414composer require rector/rector --working-dir rector-local
15- rector-local/vendor/bin/rector process bin src vendor --config build/rector-downgrade-php-72 .php --ansi
15+ rector-local/vendor/bin/rector process bin src vendor --config build/rector-downgrade-php.php --ansi
You can’t perform that action at this time.
0 commit comments