From 68e3369374ba789db6683ec31ac35d524cab4b4e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 09:51:50 +0000 Subject: [PATCH] Update twig/twig requirement from ^1.7 to ^2.13 Updates the requirements on [twig/twig](https://github.com/twigphp/Twig) to permit the latest version. - [Release notes](https://github.com/twigphp/Twig/releases) - [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG) - [Commits](https://github.com/twigphp/Twig/compare/v1.7.0...v2.13.1) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d6d42c8..f417afc 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "license": "MIT", "require": { "php": "^7.1", - "twig/twig": "^1.7", + "twig/twig": "^2.13", "symfony/framework-bundle" : "^3.4", "symfony/form" : "^3.4", "symfony/intl" : "^3.4",