Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 296 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 296 Bytes

PHAR Compiler for PHPStan

Compile the PHAR

composer install
php bin/compile

The compiled PHAR will be in tmp/phpstan.phar.

Please note that running the compiler will change the contents of composer.json file and vendor directory. Revert those changes after running it.