rector/compiler
2020-02-26 19:35:01 +01:00
..
2020-02-26 19:22:22 +01:00
2020-02-26 18:26:01 +01:00
2020-02-26 19:35:01 +01:00
2020-01-28 01:06:56 +01:00
2019-12-09 00:57:44 +01: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.