summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-03-03 16:58:15 +0100
committerRemi Collet <fedora@famillecollet.com>2017-03-03 16:58:15 +0100
commit537beec1ed2d889b13e683c2e0f42018b75adf6b (patch)
tree27cf91e1549ea539ab4e18cc033dc0941e9fb5fa /composer.json
parent5556c2b7d307ef83ebe541f85025689cc5a615fa (diff)
v2.1.1
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"