rector/compiler
Abdul Malik Ikhsan 449801e1f3
Add regex uri to regex constant (#4504)
Co-authored-by: Jan Lohage <j2L4e@users.noreply.github.com>
Co-authored-by: rector-bot <tomas@getrector.org>
2020-10-29 19:04:33 +01:00
..
2020-05-20 13:05:43 +02:00
2020-07-22 01:58:20 +02:00
2020-07-22 12:12:20 +02: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.