Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #3463 Twig extra bundle now requires twig 3.2 (sylvia-vdv)
This PR was merged into the 3.x branch. Discussion ---------- Twig extra bundle now requires twig 3.2 Updated requirements of composer.json in twig/extra/twig-extra-bundle: Due to the addition of `registerUndefinedTokenParserCallback ` in the file `Twig/extra/twig-extra-bundle/DependencyInjection/Compiler/MissingExtensionSuggestorPass.php`, version 3.2 of twig/twig is also required. With older versions of twig/twig installed, an error is thrown: ``` Attempted to call an undefined method named "registerUndefinedTokenParserCallback" of class "Twig\Environment". Did you mean to call e.g. "registerUndefinedFilterCallback" or "registerUndefinedFunctionCallback"? ``` Commits ------- 3dfcaec require twig/twig ^3.2
- Loading branch information