aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/composer.json')
-rw-r--r--phpBB/composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/composer.json b/phpBB/composer.json
index 14190f5e82..9e73936322 100644
--- a/phpBB/composer.json
+++ b/phpBB/composer.json
@@ -2,6 +2,7 @@
"require-dev": {
"fabpot/goutte": "v0.1.0",
"phpunit/dbunit": "1.2.*",
- "phpunit/phpunit": "3.7.*"
+ "phpunit/phpunit": "3.7.*",
+ "phing/phing": "2.4.*"
}
}