From b8882338c7565b1d30bb4eeb4ca0ee15db64e1ee Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2019 05:10:59 +0000 Subject: [PATCH] Update twig/twig requirement from ^2.11 to ^2.12 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/v2.11.0...v2.12.0) 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 d6f0358a..852db15f 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "phpstan/phpstan-strict-rules": "^0.11", "phpunit/phpunit": "^8.4", "squizlabs/php_codesniffer": "^3.5", - "twig/twig": "^2.11", + "twig/twig": "^2.12", "zendframework/zend-diactoros": "^2.1" }, "suggest": {