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-bundleonsymfony-hackers/form-bundlein your composer.json - Execute
composer updatecommand to install new package. - If your are used
Genemu\Bundle\FormBundlenamespace in your code you need to change in onSymfonyHackers\Bundle\FormBundle - Fix
genenu_formonsh_formin configuration files (e.g.config.yml)
That's all.