From ba27a6fd0cfa87b268f5969d60028111b23300ab Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 27 May 2019 12:10:26 +0000 Subject: [PATCH] Update twig/twig requirement from 1.* to 1.* || 2.* 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.0.0...v2.10.0) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 composer.json diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 index 9f0b52c..4019f9b --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ }, "require": { "php": ">=5.3.0", - "twig/twig": "1.*", + "twig/twig": "1.* || 2.*", "monolog/monolog": "*" } } \ No newline at end of file