stickee / rector-config
Installs: 10 019
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^8.3
- driftingly/rector-laravel: ^2.0.2
- rector/rector: ^2.0.7
This package is auto-updated.
Last update: 2025-02-05 11:47:35 UTC
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