summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 41b7314..2d2dae1 100644
--- a/composer.json
+++ b/composer.json
@@ -36,7 +36,8 @@
"minimum-stability" : "stable",
"require": {
"php": ">=5.3.9",
- "pdepend/pdepend": "^2.0.4"
+ "pdepend/pdepend": "^2.5",
+ "ext-xml": "*"
},
"require-dev": {
"phpunit/phpunit": "^4.0",