aboutsummaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index d35548f94..d7d979129 100644
--- a/composer.json
+++ b/composer.json
@@ -40,11 +40,12 @@
},
"require-dev" : {
"php" : ">=7.0",
- "phpunit/phpunit" : "^6.1",
+ "phpunit/phpunit" : "~6.4.4",
"behat/behat" : "@stable",
"behat/mink-extension": "@stable",
"behat/mink-goutte-driver": "@stable",
- "php-mock/php-mock-phpunit": "^2.0"
+ "php-mock/php-mock-phpunit": "^2.0",
+ "phpunit/dbunit": "^3.0"
},
"autoload" : {
"psr-4" : {