IvoryFormExtraBundle icon indicating copy to clipboard operation
IvoryFormExtraBundle copied to clipboard

Symfony 5 support

Open lushc opened this issue 6 years ago • 0 comments

Integration with the templating component was dropped in Symfony 5.0, removing support for PHP templates and form themes. As a result the tests no longer pass because the class TemplatingRendererEngine doesn't exist.

I'm guessing that the symfony/templating dependency and Ivory\FormExtraBundle\Templating\FormExtraHelper should be removed entirely in favour of only supporting Twig templates, bumping the other Symfony components to ^5.0.

lushc avatar Feb 11 '20 13:02 lushc