summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-12-04 15:09:05 +0100
committerRemi Collet <remi@remirepo.net>2017-12-04 15:09:05 +0100
commit46ca781473e34a57e4aac0a44de6350d5bea37ca (patch)
treeb15b666cebcc2a85d1f9ba2c781cf5a26a8719ad /composer.json
parent5a808add7eb797e20b8ee1e27a775a6bfc57660f (diff)
v2.8.3
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 41700bf..1653006 100644
--- a/composer.json
+++ b/composer.json
@@ -24,7 +24,7 @@
"container-interop/container-interop": "^1.1",
"mongodb/mongodb": "^1.0.1",
"php-mock/php-mock-phpunit": "^1.1.2 || ^2.0",
- "phpunit/phpunit": "^5.7.15 || ^6.0.8",
+ "phpunit/phpunit": "^5.7.5 || ^6.0.13",
"zendframework/zend-cache": "^2.6.1",
"zendframework/zend-coding-standard": "~1.0.0",
"zendframework/zend-db": "^2.7",
@@ -32,6 +32,9 @@
"zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
"zendframework/zend-validator": "^2.6"
},
+ "conflict": {
+ "phpunit/phpunit": ">=6.5.0"
+ },
"suggest": {
"mongodb/mongodb": "If you want to use the MongoDB session save handler",
"zendframework/zend-cache": "Zend\\Cache component",