box-project / box2

An application for building and managing Phars.
https://box-project.github.io/box2/
MIT License
1.19k stars 80 forks source link

Box allows Symfony 3.x console component, but uses 2.x Dialog helper internally #167

Open padraic opened 7 years ago

padraic commented 7 years ago

Dialog helper was deprecated from 2.5, should be replaced by Question helper. Breaks on asking for the passphrase to a private key when signing phars with openssl. Temporary workaround, when installing box as an isolated composer dev dependency, is to manually require-dev symfony/console for 2.8.

theofidry commented 6 years ago

Fixed in the fork https://github.com/humbug/box