feature #1445 Fix some deprecations from Twig and Symfony (fabpot)
This PR was squashed before being merged into the 2.0.x-dev branch (closes #1445). Discussion ---------- Fix some deprecations from Twig and Symfony Commits ------- c5506448 changed a test to help debugging 72d7746e added support for Twig runtime loaders 147d7cc0 fixed Twig deprecation notices d2dab720 added 3.2 in test matrix
Showing
... | ... | @@ -44,7 +44,7 @@ |
"symfony/twig-bridge": "~2.8|^3.0", | ||
"symfony/validator": "~2.8|^3.0", | ||
"symfony/var-dumper": "~2.8|^3.0", | ||
"twig/twig": "~1.8|~2.0", | ||
"twig/twig": "~1.27|~2.0", | ||
"doctrine/dbal": "~2.2", | ||
"swiftmailer/swiftmailer": "~5", | ||
"monolog/monolog": "^1.4.1" | ||
... | ... |
Please register or sign in to comment