Update classmap caches and add phpunit/dbunit.

In preparation for DB unit tests add phpunit/dbunit and update dev
libraries.
Update autoload classmap caches.
This commit is contained in:
Klaus Weidenbach
2017-12-17 00:53:55 +01:00
parent 77ffc385ab
commit 7cfe4c0f01
5 changed files with 714 additions and 650 deletions

View File

@@ -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" : {