FriendsOfSymfony / FOSCKEditorBundle

Provides a CKEditor integration for your Symfony project.
Other
518 stars 83 forks source link

Twig 3.x support, fix minimum Twig version #202

Closed mbabker closed 4 years ago

mbabker commented 4 years ago
Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Fixed tickets N/A
License MIT

Twig 3.x was released, this bundle should support it. It looks like the Twig extension class is already good to go, the new major version just needed to be added to the list.

I also raised the Twig minimum to match when the namespaced Twig classes were introduced (1.34 and 2.4 is when those came).