froala / KMSFroalaEditorBundle

Symfony bundle for Froala WYSIWYG HTML Rich Text Editor.
https://froala.com/wysiwyg-editor
105 stars 33 forks source link

Allow for newer versions of Twig #36

Closed UFTimmy closed 7 years ago

UFTimmy commented 7 years ago

Newer versions of the Symfony Framework bundle (starting with 3.0.4: https://github.com/symfony/framework-bundle/blob/v3.0.4/composer.json) allow Twig 2.0 and higher (though SF 3.3 and such require 2.4 or higher).

So if you install Symfony, and then add this bundle later, it cannot be installed because you typically have Twig 2+ already installed, whereas this bundle currently specifies Twig 1.

While I am far from an expert, it does not look like there are any issues with this bundle as is running on Twig 2. I have been using it on Twig 2.4.3 on my local fork with no issues.

sguionni commented 7 years ago

Thanx!