Update dependency twig/twig to v3.14.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
twig/twig (source) | require | minor |
3.12.0 -> 3.14.0
|
Release Notes
twigphp/Twig (twig/twig)
v3.14.0
- Fix a security issue when an included sandboxed template has been loaded before without the sandbox context
- Add the possibility to reset globals via
Environment::resetGlobals()
- Deprecate
Environment::mergeGlobals()
v3.13.0
- Add the
types
tag (experimental) - Deprecate the
Twig\Test\NodeTestCase::getTests()
data provider, overrideprovideTests()
instead. - Mark
Twig\Test\NodeTestCase::getEnvironment()
as final, overridecreateEnvironment()
instead. - Deprecate
Twig\Test\NodeTestCase::getVariableGetter()
, callcreateVariableGetter()
instead. - Deprecate
Twig\Test\NodeTestCase::getAttributeGetter()
, callcreateAttributeGetter()
instead. - Deprecate not overriding
Twig\Test\IntegrationTestCase::getFixturesDirectory()
, this method will be abstract in 4.0 - Marked
Twig\Test\IntegrationTestCase::getTests()
andgetLegacyTests()
as final
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate Bot