When running in Symfony 3.2 including this bundle will result in a 500 Internal Server Error in vendor/mopa/bootstrap-bundle/Mopa/Bundle/BootstrapBundle/Resources/views/Form/fields.html.twig at line 207
When I change "sameas" to "same as" on lines 207 and 246, it runs again. I assume that there are typos are usages of now removed deprecated Twig functions used in this bundle?
For completeness, these are the relevant lines of my composer.json:
When running in Symfony 3.2 including this bundle will result in a 500 Internal Server Error in vendor/mopa/bootstrap-bundle/Mopa/Bundle/BootstrapBundle/Resources/views/Form/fields.html.twig at line 207
When I change "sameas" to "same as" on lines 207 and 246, it runs again. I assume that there are typos are usages of now removed deprecated Twig functions used in this bundle?
For completeness, these are the relevant lines of my composer.json:
"symfony/symfony": "3.2.*", "mopa/bootstrap-bundle": "~3.2",