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

Update all dependencies and improve forward compatibility with upcoming symfony/console v5 through legacy v2.5 #87

Closed clue closed 4 years ago

clue commented 4 years ago

This changeset includes a simple test to verify installation of this project as dependency works alongside symfony/console:^4.0.

Symfony 5 has yet to be released (ETA this month), but some manual tests against the current development version suggest this is supported as well.

Supersedes / closes #73 Supersedes / closes #74 Supersedes / closes #82 Builds on top of https://github.com/clue/graph-composer/pull/48 and #86