Closed glensc closed 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
No need to build phar as it's included in release:
I use this to build phar in my infra: