From 0315ba0d422427b188aa29d2be281e7b81fb28e0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2019 09:41:28 +0000 Subject: [PATCH] Update twig/twig requirement from ~1.16 to ~2.11 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/2.x/CHANGELOG) - [Commits](https://github.com/twigphp/Twig/compare/v1.16.0...v2.11.3) 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 9284854..3c62e85 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "php":">=5.3.0", "slim/slim": "~2.6", "slim/views": "~0.1", - "twig/twig": "~1.16", + "twig/twig": "~2.11", "panique/pdo-debug": "0.2", "panique/php-sass": "~1.0", "matthiasmullie/minify": "~1.3"