diff options
author | git-marijus <mario@mariovavti.com> | 2017-12-18 10:32:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-18 10:32:50 +0100 |
commit | fcb3674ce4061330759aed207d451e257a3d0f85 (patch) | |
tree | 1e037d36762aab6e7367bdd2e0d83f4d4ee648cc /composer.json | |
parent | 77ffc385ab75425ea544f4ae47103537a189774b (diff) | |
parent | 7cfe4c0f0132a7048641e6fd6f26a928f12e5960 (diff) | |
download | volse-hubzilla-fcb3674ce4061330759aed207d451e257a3d0f85.tar.gz volse-hubzilla-fcb3674ce4061330759aed207d451e257a3d0f85.tar.bz2 volse-hubzilla-fcb3674ce4061330759aed207d451e257a3d0f85.zip |
Merge pull request #932 from dawnbreak/dev
Update classmap caches and add phpunit/dbunit.
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" : { |