genemu / GenemuFormBundle

Extra Form : Captcha GD, Tinymce, Recaptcha, JQueryDate, JQueryAutocomplete, JQuerySlider, JQueryFile, JQueryImage
587 stars 265 forks source link

Fix for Symfony 3.4.0 #446

Open noemiperez opened 6 years ago

noemiperez commented 6 years ago

TwigRendererInterface is deprecated. Symfony 3.4.0 doesn't use it anymore, so an error is thrown when calling this constructor.

wowpatrick commented 6 years ago

Tested the change myself, fixes described issue with Symfony 3.4. Recommend to accept the MR.

wowpatrick commented 4 years ago

@noemiperez Not sure if you still need this as your comment is from 2017, but I've implemented this fix in my fork: https://github.com/wowpatrick/GenemuFormBundle