clue / phar-composer

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

Drop legacy HHVM support due to lack of support and failing test suite #127

Closed clue closed 2 years ago

clue commented 2 years ago

HHVM does not support PHP anymore and regularly causes our builds to fail, so no reason to keep legacy HHVM support around anymore.

Builds on top of #112, #85, #58 and others