propelorm / Propel3

High performance data-mapper ORM with optional active-record traits for RAD and modern PHP 7.2+
MIT License
251 stars 35 forks source link

Propel\Generator\Command\Helper\DialogHelper error #54

Closed MaksSlesarenko closed 7 years ago

MaksSlesarenko commented 7 years ago

Propel\Generator\Command\Helper\DialogHelper depends on Symfony\Component\Console\Helper\DialogHelper which was replaced in Symfony3 by Symfony\Component\Console\Helper\QuestionHelper

bin/propel init PHP Fatal error: Class 'Symfony\Component\Console\Helper\DialogHelper' not found in /application/Propel3/src/Propel/Generator/Command/Helper/DialogHelper.php on line 7

marcj commented 7 years ago

Well, never worked with DialogHelper. My very vague guess is it is from the init command maybe, @mpscholten?

gossi commented 7 years ago

It's mostly used, when a propel cli command asks for input ;)

cristianoc72 commented 7 years ago

Imho we should bump to Symfony components v 3 (maybe choosing a long time support version). If it's ok, I can fix it.

marcj commented 7 years ago

Yes :)