summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index d59ea21..970b5e4 100644
--- a/composer.json
+++ b/composer.json
@@ -12,6 +12,11 @@
"php": ">=5.5"
},
"require-dev": {
+ "ext-dom": "*",
+ "ext-json": "*",
+ "ext-libxml": "*",
+ "ext-mbstring": "*",
+ "ext-xml": "*",
"doctrine/instantiator": "1.0.5",
"phpdocumentor/reflection-docblock": "^2.0",
"phpunit/phpunit": "^4.8",