php-parallel-lint / PHP-Parallel-Lint

This tool check syntax of PHP files faster than serial check with fancier output.
Other
287 stars 21 forks source link

Add box.json back to release #127

Closed glensc closed 2 years ago

glensc commented 2 years ago

I use this to build phar in my infra:

    cd vendor/php-parallel-lint/php-parallel-lint
      box build -c box.json -v
      chmod a+rx ./*.phar
    cd -
    mv vendor/php-parallel-lint/php-parallel-lint/*.phar .
    ./parallel-lint.phar
glensc commented 2 years ago

No need to build phar as it's included in release: