summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index ee7ee78..7a57939 100644
--- a/composer.json
+++ b/composer.json
@@ -23,13 +23,19 @@
"symfony/finder": "^2.2 || ^3.0",
"symfony/polyfill-php54": "^1.0",
"symfony/polyfill-php55": "^1.3",
+ "symfony/polyfill-xml": "^1.3",
"symfony/process": "^2.3 || ^3.0",
"symfony/stopwatch": "^2.5 || ^3.0"
},
"require-dev": {
"gecko-packages/gecko-php-unit": "^2.0",
+ "justinrainbow/json-schema": "^5.0",
"phpunit/phpunit": "^4.5|^5",
- "satooshi/php-coveralls": "^1.0"
+ "satooshi/php-coveralls": "^1.0",
+ "symfony/phpunit-bridge": "^3.2"
+ },
+ "suggest": {
+ "ext-xml": "For better performance."
},
"conflict": {
"hhvm": "<3.9"