phpcr / phpcr-utils

A set of helper classes and command line commands you want to use with phpcr, but that are not part of the API itself
phpcr.github.io
Other
72 stars 30 forks source link

When dropping symfony < 2.5 support, switch from DialogHelper to QuestionHelper #150

Closed dbu closed 1 year ago

dbu commented 9 years ago

cli-config.php.dist instantiates the DialogHelper but that is deprecated. We should use the QuestionHelper now, but it works differently. We have some commands that ask interactive questions.

dbu commented 1 year ago

we meanwhile added support for both helpers