adamwojs / ezplatform-rector
0.1
2019-12-09 21:38 UTC
Requires
- php: ^7.3
- rector/rector: ^0.6
Requires (Dev)
- ezsystems/ezplatform-code-style: ^0.1.0
- phpunit/phpunit: ^8.2
This package is not auto-updated.
Last update: 2024-11-06 19:09:04 UTC
README
Configuration for Rector to automatic upgrade eZ Platform projects
Installation
Open a command console, enter your project directory and execute:
$ composer require adamwojs/ezplatform-rector
Migration
Show suggested changes
$ vendor/bin/rector process src -c vendor/adamwojs/ezplatform-rector/config/ezplatform-2.5.7-3.0.0.yaml --dry-run
Apply suggested changes
$ vendor/bin/rector process src -c vendor/adamwojs/ezplatform-rector/config/ezplatform-2.5.7-3.0.0.yaml