👷 ⬆️ Update PHPUnit to current stable 6.

Update requirements to PHP7 for dev.
Add php-mock-phpunit to mock and stub global functions in a better way.
This commit is contained in:
Klaus Weidenbach
2017-02-05 01:38:12 +01:00
parent cb2eee1d2e
commit 4a85726e55
8 changed files with 385 additions and 237 deletions

View File

@@ -33,11 +33,12 @@
"pixel418/markdownify": "^2.2"
},
"require-dev" : {
"php" : ">=5.6",
"phpunit/phpunit" : "^5.7",
"php" : ">=7.0",
"phpunit/phpunit" : "^6.0",
"behat/behat" : "@stable",
"behat/mink-extension": "@stable",
"behat/mink-goutte-driver": "@stable"
"behat/mink-goutte-driver": "@stable",
"php-mock/php-mock-phpunit": "^2.0"
},
"autoload" : {
"psr-4" : {