Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 558 Bytes

File metadata and controls

24 lines (15 loc) · 558 Bytes

CONTRIBUTING

Building PHAR for releases

Pre-requisites

Build PHAR archive

Run phar-composer in build mode to build the phar archive for the specified tag in the following way:

phar-composer build ockcyp/covers-validator:<gitref>

For example:

php -d phar.readonly=off vendor/bin/phar-composer build ockcyp/covers-validator:1.7.0

The phar archive will be saved to the ./covers-validator.phar path.