adamwojs / ezplatform-rector
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/adamwojs/ezplatform-rector
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: 2025-09-24 23:42:29 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