diff options
author | Remi Collet <remi@remirepo.net> | 2019-06-04 13:57:39 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-06-04 13:57:39 +0200 |
commit | 6b17858cecad7defc5feb4af7eeeb08842f0bab6 (patch) | |
tree | 5059377f634d4e133aba18f681a448471b466e6c /src/Symfony/Bundle/TwigBundle | |
parent | a95d1036cd9b7db31a9eaa735dfc45d5db424a89 (diff) |
- update to 4.2.9v4.2
- raise dependency on twig 1.41
- raise dependency on contracts 1.1.1
Diffstat (limited to 'src/Symfony/Bundle/TwigBundle')
-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 4e163c2..d9db82a 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.40|~2.9" + "twig/twig": "~1.41|~2.10" }, "require-dev": { "symfony/asset": "~3.4|~4.0", |