diff options
author | Remi Collet <remi@remirepo.net> | 2019-11-05 09:28:58 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-11-05 09:28:58 +0100 |
commit | 243966ba67caaeb492e4a372b1e60b9a62b955e6 (patch) | |
tree | f3b9aa9814b9d1492b53431c13003dd1c61b8eb5 /src/Symfony/Bundle/TwigBundle | |
parent | 49d901f7083ac527f007e93b4520f42327881bcd (diff) |
- update to 3.4.31
- raise dependency on twig 1.41
- raise dependency on egulias/email-validator 2.1.10
- raise dependency on doctrine/annotations 1.7
* Sat Sep 14 2019 Shawn Iwinski <shawn.iwinski@gmail.com> - 3.4.30-2
- Update autoloader generator to include self PSR-0, PSR-4, files, and classmap
Diffstat (limited to 'src/Symfony/Bundle/TwigBundle')
-rw-r--r-- | src/Symfony/Bundle/TwigBundle/composer.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Symfony/Bundle/TwigBundle/composer.json b/src/Symfony/Bundle/TwigBundle/composer.json index 5d27f06..f48e3bc 100644 --- a/src/Symfony/Bundle/TwigBundle/composer.json +++ b/src/Symfony/Bundle/TwigBundle/composer.json @@ -18,11 +18,12 @@ "require": { "php": "^5.5.9|>=7.0.8", "symfony/config": "~3.2|~4.0", + "symfony/debug": "~2.8|~3.0|~4.0", "symfony/twig-bridge": "^3.4.3|^4.0.3", "symfony/http-foundation": "~2.8|~3.0|~4.0", "symfony/http-kernel": "^3.3|~4.0", "symfony/polyfill-ctype": "~1.8", - "twig/twig": "~1.40|~2.9" + "twig/twig": "~1.41|~2.10" }, "require-dev": { "symfony/asset": "~2.8|~3.0|~4.0", @@ -36,7 +37,7 @@ "symfony/yaml": "~2.8|~3.0|~4.0", "symfony/framework-bundle": "^3.3.11|~4.0", "symfony/web-link": "~3.3|~4.0", - "doctrine/annotations": "~1.0", + "doctrine/annotations": "~1.7", "doctrine/cache": "~1.0" }, "conflict": { |