GenemuFormBundle is not maintainable anymore and abandoned. This fork providers support of the latest symfony versions.
Keep in mind, this bundle supports only symfony 3 or higher.
To migrate from GenemuFormBundle to this you need to do next steps:
- Replace
genemu/form-bundle
onsymfony-hackers/form-bundle
in your composer.json - Execute
composer update
command to install new package. - If your are used
Genemu\Bundle\FormBundle
namespace in your code you need to change in onSymfonyHackers\Bundle\FormBundle
- Fix
genenu_form
onsh_form
in configuration files (e.g.config.yml
)
That's all.