adamwojs/ezplatform-rector

0.1 2019-12-09 21:38 UTC

This package is not auto-updated.

Last update: 2024-04-24 16:19:50 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