From 29c33bfe068e0666f2963adaaca5115db817b679 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 8 May 2020 09:56:50 +0000 Subject: [PATCH] Update twig/twig requirement from >=2.11 || ^3 to ^2.12.5 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/v3.0.0...v2.12.5) 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 ce183be..266e1b3 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": "^7.1", - "twig/twig": ">=2.11 || ^3" + "twig/twig": "^2.12.5" }, "require-dev": { "phpunit/phpunit": "^7.5",