aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/composer.json2
-rw-r--r--phpBB/composer.lock2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/composer.json b/phpBB/composer.json
index c31d721301..a114d5c0e0 100644
--- a/phpBB/composer.json
+++ b/phpBB/composer.json
@@ -7,7 +7,7 @@
"symfony/http-kernel": "2.1.*",
"symfony/routing": "2.1.*",
"symfony/yaml": "2.1.*",
- "twig/twig": "1.*"
+ "twig/twig": "1.13.*"
},
"require-dev": {
"fabpot/goutte": "v0.1.0",
diff --git a/phpBB/composer.lock b/phpBB/composer.lock
index 1c4bc4988d..a20c6303ee 100644
--- a/phpBB/composer.lock
+++ b/phpBB/composer.lock
@@ -3,7 +3,7 @@
"This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
],
- "hash": "bd651ccd1316ecdc6d72a22357d8c46f",
+ "hash": "e4a4f4848a7201d7e044446001afda29",
"packages": [
{
"name": "symfony/config",