originphp/rector

OriginPHP Rector Rules

1.0.0 2021-07-13 15:49 UTC

This package is auto-updated.

Last update: 2024-04-13 22:01:27 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