I tried to run symfony console command, but I've got an error:
Notice: Undefined variable: output in /var/www/.../vendor/symfony/symfony/src/Symfony/Component/Console/Helper/DialogHelper.php line 411
I have no idea, why it went wrong.
Can anyone help?
composer.json
file?minimum-stability
toalpha
and then runcomposer update
. You're vendors seems to be outdated.