1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-01 12:22:58 +02:00

[ticket/14867] Revert back to twig 1.26.* and update dependencies

The revert of twig back to 1.26.* is necessary due to a breaking
change in the way the Filesystem loader returns the paths to
template files.

PHPBB3-14867
This commit is contained in:
Marc Alexander
2016-11-16 21:39:29 +01:00
parent da428b1fd3
commit a96fc3d87f
3 changed files with 52 additions and 55 deletions

View File

@@ -47,7 +47,7 @@
"symfony/routing": "^2.8",
"symfony/twig-bridge": "^2.8",
"symfony/yaml": "^2.8",
"twig/twig": "^1.0"
"twig/twig": "^1.0,<1.27"
},
"require-dev": {
"fabpot/goutte": "~2.0",