You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New in version 1.26: Support for lazy-loaded extensions was introduced in Twig 1.26.
However the interface Twig\Extension\RuntimeExtensionInterface which is included in the example is not available until Twig 1.35 (twigphp/Twig@6f08f57)
The text was updated successfully, but these errors were encountered:
…s (javiereguiluz)
This PR was merged into the 3.4 branch.
Discussion
----------
Fixed the minimum Twig version needed for lazy extensions
Fixes#12597.
Commits
-------
234c9f9 Fixed the minimum Twig version needed for lazy extensions
Documentation states:
However the interface
Twig\Extension\RuntimeExtensionInterface
which is included in the example is not available until Twig 1.35 (twigphp/Twig@6f08f57)The text was updated successfully, but these errors were encountered: