mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-21 18:00:10 +01:00
Prefixed Rector
Do you have conflicts on Rector install? You're in the right place.
Prefixed Rector can be installed even on very old Symfony.
Install
composer require rector/rector-prefixed --dev
# generate "rector.php" config
vendor/bin/rector init
# dry run
vendor/bin/rector process src --dry-run
# changing run
vendor/bin/rector process src