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 PHPUnit to require-dev and support legacy PHP 5.3 through PHP 7.2 and HHVM #85

Closed clue closed 4 years ago

clue commented 4 years ago

Refs #61 because we do not want to include PHPUnit as part of our phar distribution. To avoid this, I've updated the documentation to install without dev dependencies before building the phar.

Builds on top of https://github.com/clue/graph-composer/pull/42 Supersedes / closes #84