diff options
author | Remi Collet <remi@remirepo.net> | 2019-05-02 09:27:07 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-05-02 09:27:07 +0200 |
commit | a95d1036cd9b7db31a9eaa735dfc45d5db424a89 (patch) | |
tree | 3dace2543f18199bbb095a76bdd1b1158ad56514 /src/Symfony/Bundle/TwigBundle/composer.json | |
parent | c2a2fb66ded933a1d63239d414115c30b20ab6e2 (diff) |
v4.2.8
Diffstat (limited to 'src/Symfony/Bundle/TwigBundle/composer.json')
-rw-r--r-- | src/Symfony/Bundle/TwigBundle/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Symfony/Bundle/TwigBundle/composer.json b/src/Symfony/Bundle/TwigBundle/composer.json index 6bd99f0..4e163c2 100644 --- a/src/Symfony/Bundle/TwigBundle/composer.json +++ b/src/Symfony/Bundle/TwigBundle/composer.json @@ -22,7 +22,7 @@ "symfony/http-foundation": "~4.1", "symfony/http-kernel": "~4.1", "symfony/polyfill-ctype": "~1.8", - "twig/twig": "~1.34|~2.4" + "twig/twig": "~1.40|~2.9" }, "require-dev": { "symfony/asset": "~3.4|~4.0", |