originphp / rector
OriginPHP Rector Rules
1.0.0
2021-07-13 15:49 UTC
Requires
- php: >=7.3.0
- rector/rector: ^0.11.36
This package is auto-updated.
Last update: 2025-03-14 00:01:14 UTC
README
This is a new package for helping upgrading and automatically refactoring your application from OriginPHP version 3.26.
Usage
Inside your application directory
$ composer require --dev originphp/rector
Do a dry run
$ vendor/bin/rector process app --dry-run --config vendor/originphp/rector/rector.php $ vendor/bin/rector process tests --dry-run --config vendor/originphp/rector/rector.php