clue / phar-composer

Simple phar creation for every PHP project managed via Composer
https://clue.engineering/2019/introducing-phar-composer
MIT License
858 stars 78 forks source link

Add build script removing uneeded files and update development docs #91

Closed clue closed 4 years ago

clue commented 4 years ago

This now includes a composer build script to build the phar-composer.phar release phar file. This will automatically patch the application version from git source info.

Resolves / closes #39 Heavily inspired by https://github.com/clue/graph-composer/pull/44 and https://github.com/leproxy/leproxy/pull/33