stickee / rector-config
v4.0.1
2025-02-04 14:57 UTC
Requires
- php: ^8.3
- driftingly/rector-laravel: ^2.0.2
- rector/rector: ^2.0.7
README
Provides a Rector config for stickee projects.
Installation
composer require --dev stickee/rector-config cp vendor/stickee/rector-config/dist/rector.php rector.php
You must commit the rector.php config file.
Usage
vendor/bin/rector process # refactors code vendor/bin/rector process --dry-run # shows you what it would do