stfalcon/TinymceBundle

Release 2.5.0 breaks on Symfony 3.4

isfett opened this issue · 2 comments

On Packagist there is a release 2.5.0 (https://packagist.org/packages/stfalcon/tinymce-bundle#v2.5.0) but it's not here on github. It does not work on Symfony 3.4 (3.4.36)

Uncaught Symfony\Component\Debug\Exception\UndefinedMethodException: Attempted to call an undefined method named "getRootNode" of class "Symfony\Component\Config\Definition\Builder\TreeBuilder"

2.4.1 worked fine.

fre5h commented

@isfett Please use 2.4.1

Huron commented

@isfett How can I reproduce this issue? I installed symfony 3.4.36 and 2.5 version of our bundle, but couldn't get any errors.