mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-20 15:08:11 +01:00
26e9163a10
* [phpstan] Add ForbiddenArrayWithStringKeysRule * [compiler] use SmartFileSystem
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.