Update dependency twig/twig to v3.11.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
twig/twig (source) | require | minor |
3.10.3 -> 3.11.0
|
Release Notes
twigphp/Twig (twig/twig)
v3.11.0
- Add
Twig\Cache\ChainCache
andTwig\Cache\ReadOnlyFilesystemCache
- Add the possibility to deprecate attributes and nodes on
Node
- Add the possibility to add a package and a version to the
deprecated
tag - Add the possibility to add a package for filter/function/test deprecations
- Mark
ConstantExpression
as being@final
- Add the
find
filter - Fix optimizer mode validation in
OptimizerNodeVisitor
- Add the possibility to yield from a generator in
PrintNode
- Add the
shuffle
filter - Add the
singular
andplural
filters inStringExtension
- Deprecate the second argument of
Twig\Node\Expression\CallExpression::compileArguments()
- Deprecate
Twig\ExpressionParser\parseHashExpression()
in favor ofTwig\ExpressionParser::parseMappingExpression()
- Deprecate
Twig\ExpressionParser\parseArrayExpression()
in favor ofTwig\ExpressionParser::parseSequenceExpression()
- Add
sequence
andmapping
tests - Deprecate
Twig\Node\Expression\NameExpression::isSimple()
andTwig\Node\Expression\NameExpression::isSpecial()
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.