1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 19:20:23 +02:00

Merge branch '3.2.x'

* 3.2.x:
  [ticket/14867] Revert back to twig 1.26.* and update dependencies
This commit is contained in:
Tristan Darricau
2016-11-24 14:23:24 +01:00
3 changed files with 120 additions and 124 deletions

View File

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