diff options
author | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2017-12-17 00:53:55 +0100 |
---|---|---|
committer | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2017-12-17 22:47:51 +0100 |
commit | 7cfe4c0f0132a7048641e6fd6f26a928f12e5960 (patch) | |
tree | 1e037d36762aab6e7367bdd2e0d83f4d4ee648cc /composer.json | |
parent | 77ffc385ab75425ea544f4ae47103537a189774b (diff) | |
download | volse-hubzilla-7cfe4c0f0132a7048641e6fd6f26a928f12e5960.tar.gz volse-hubzilla-7cfe4c0f0132a7048641e6fd6f26a928f12e5960.tar.bz2 volse-hubzilla-7cfe4c0f0132a7048641e6fd6f26a928f12e5960.zip |
Update classmap caches and add phpunit/dbunit.
In preparation for DB unit tests add phpunit/dbunit and update dev
libraries.
Update autoload classmap caches.
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 5 |
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" : { |