Skip to content

Remove ===/!== and seal internal classes

Latest

Choose a tag to compare

@iquito iquito released this 27 Jan 09:28

Twig provides === and !== natively in version >=3.23, so this release removes that functionality while requiring Twig v3.23 - for users of this library this does not change anything.

This is a new major version mainly because of the removed classes and because all classes are considered sealed now. The functionality stays the same.