rector/compiler
Tomas Votruba 26e9163a10
[phpstan] add rule to prevent array with string keys (#4012)
* [phpstan] Add ForbiddenArrayWithStringKeysRule

* [compiler] use SmartFileSystem
2020-08-23 13:39:26 +00: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

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.