Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 664 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 664 Bytes

Rector Prefixer

Build Status

This tool builds prefixed Rector.

When do you need Prefixed Rector?

  • When you run composer require rector/rector and fail on PHP code API conflicts - e.g. you use Symfony 2.8, but Rector requires 3.4.
  • If you need PHP 7.0 and bellow, use Rector in the Docker.

Compile Prefixed rector.phar

composer install
bin/console compile

# prefixing and compiling to rector.phar, might take 2-3 mins

# final file
tmp/rector.phar