rector/compiler
2020-06-19 01:10:55 +02:00
..
bin Rector and PHPStan cleanup 2020-05-20 13:05:43 +02:00
build [scoper] exclude classes used in public 2020-06-08 01:55:51 +02:00
config Rector and PHPStan cleanup 2020-05-20 13:05:43 +02:00
src un-prefix Symplify\SmartFileSystem, part of extensible code 2020-06-19 01:10:55 +02:00
tests un-preslash only quote or @ 2020-06-05 11:58:20 +02:00
.gitignore fixup! Merge pull request #2409 from rectorphp/phalcon-round-2 2019-12-08 18:01:29 +01:00
composer.json decouple EasyPrefixer and WhitelistedStubsProvider 2020-05-20 12:28:57 +02:00
phpunit.xml decouple EasyPrefixer and WhitelistedStubsProvider 2020-05-20 12:28:57 +02:00
README.md load just once experiment 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.