From 730a9ffa818d6d3b8830b0dacc8453ad9761d3b6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2019 14:09:10 +0000 Subject: [PATCH] Update twig/twig requirement from ^1.35.0 to ^2.11.3 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.35.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 bd0fac9..9b64a8b 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ }, "require-dev": { "phpspec/phpspec": "^3.4.0", - "twig/twig": "^1.35.0", + "twig/twig": "^2.11.3", "webmozart/assert": "^1.3.0" }, "autoload": {