Skip to content

deprecated-packages/compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages