stickee / rector-config
Installs: 9 382
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^8.3
- driftingly/rector-laravel: ^1.2.0
- rector/rector: ^1.1.1
README
Provides a Rector config for stickee projects.
Installation
mkdir -p tools/rector composer require --working-dir=tools/rector stickee/rector-config cp tools/rector/vendor/stickee/rector-config/dist/rector.php rector.php
You must commit this new directory and the rector.php
config file.
Why do we install Rector into its own directory?
Usage
tools/rector/vendor/bin/rector process # refactors code tools/rector/vendor/bin/rector process --dry-run # shows you what it would do