Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamwojs/ezplatform-rector
https://github.com/adamwojs/ezplatform-rector
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/adamwojs/ezplatform-rector
- Owner: adamwojs
- License: gpl-2.0
- Created: 2019-12-09T21:28:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-09T21:39:03.000Z (almost 5 years ago)
- Last Synced: 2024-10-04T13:13:49.113Z (about 1 month ago)
- Language: PHP
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ezplatform-rector
Configuration for [Rector](https://github.com/rectorphp/rector) to automatic upgrade eZ Platform projects
## Installation
Open a command console, enter your project directory and execute:
```console
$ composer require adamwojs/ezplatform-rector
```## Migration
### Show suggested changes
```console
$ vendor/bin/rector process src -c vendor/adamwojs/ezplatform-rector/config/ezplatform-2.5.7-3.0.0.yaml --dry-run
```### Apply suggested changes
```console
$ vendor/bin/rector process src -c vendor/adamwojs/ezplatform-rector/config/ezplatform-2.5.7-3.0.0.yaml
```