rector/compiler
TomasVotruba 76d8044eb0 spacing
2020-07-02 01:27:04 +02:00
..
2020-07-02 01:27:04 +02:00

PHAR Compiler for Rector

Compile the PHAR

composer update
php bin/compile

The compiled PHAR will be in tmp/rector.phar. Test it:

php ../tmp/rector.phar

Please note that running the compiler will change the contents of composer.json file and vendor directory. Revert those changes after running it.