Mustache.php v2.13.0
- Fix notices on PHP 7.4 (Thanks @tomjn, @stronk7, and @JoyceBabu!)
- Fix a parse error in the delimiter change tag (e.g.
{{=<% %>=}}
) and throw a syntax error when it's invalid. - Improve Tokenizer::scan performance by 98.2%.
- Test against all the PHPs in CI.