From 457dde53e4d011ba452c42b2d61bcded382cab2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 07:12:26 +0000 Subject: [PATCH] Update twig/intl-extra requirement from ^2.12 to ^3.3 Updates the requirements on [twig/intl-extra](https://github.com/twigphp/intl-extra) to permit the latest version. - [Release notes](https://github.com/twigphp/intl-extra/releases) - [Commits](https://github.com/twigphp/intl-extra/compare/v2.12.0...v3.3.0) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 43761455ff4..12ac409bb86 100644 --- a/composer.json +++ b/composer.json @@ -108,7 +108,7 @@ "symfony/twig-bundle": "^4.4 || ^5.2", "symfony/validator": "^4.4 || ^5.2", "symfony/yaml": "^4.4 || ^5.2", - "twig/intl-extra": "^2.12", + "twig/intl-extra": "^3.3", "twig/twig": "^2.12", "webmozart/assert": "^1.9", "willdurand/hateoas": "^3.0",