summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-05-25 08:40:23 +0200
committerRemi Collet <remi@remirepo.net>2017-05-25 08:40:23 +0200
commitf85d1f0ad83fa2aa5f35dc42690486856b9d35b0 (patch)
tree5cac81f75152e627cf12db56f99fcd8d88e7a412 /composer.json
parent3a6180eb9f98bcb2e7442301bb32b3a0d595e5ad (diff)
v2.2.4
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 41ef4b0..523f0fd 100644
--- a/composer.json
+++ b/composer.json
@@ -15,8 +15,10 @@
],
"require": {
"php": "^5.3.6 || >=7.0 <7.2",
- "doctrine/annotations": "^1.2",
+ "ext-json": "*",
"ext-tokenizer": "*",
+ "doctrine/annotations": "^1.2",
+ "gecko-packages/gecko-php-unit": "^2.0",
"sebastian/diff": "^1.4",
"symfony/console": "^2.4 || ^3.0",
"symfony/event-dispatcher": "^2.1 || ^3.0",
@@ -31,9 +33,9 @@
"symfony/stopwatch": "^2.5 || ^3.0"
},
"require-dev": {
- "gecko-packages/gecko-php-unit": "^2.0",
+ "johnkary/phpunit-speedtrap": "^1.0.1",
"justinrainbow/json-schema": "^5.0",
- "phpunit/phpunit": "^4.5 || ^5.0",
+ "phpunit/phpunit": "^4.8.35 || ^5.4.3",
"satooshi/php-coveralls": "^1.0",
"symfony/phpunit-bridge": "^3.2.2"
},