We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a7396 commit 2fd313bCopy full SHA for 2fd313b
CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
## 3.x-dev
10
11
- Add `--no-coverage` parameter option to skip code coverage generation.
12
+- Update `phpunit/php-code-coverage` requirement from `^5.0` to `^5.0||^6.0`
13
14
## [3.2.1] - 2018-03-21
15
composer.json
@@ -26,7 +26,7 @@
26
},
27
"require": {
28
"php": ">=5.6",
29
- "phpunit/php-code-coverage": "^5.0",
+ "phpunit/php-code-coverage": "^5.0||^6.0",
30
"behat/behat": "^3.0",
31
"guzzlehttp/guzzle": "^6.0",
32
"symfony/config": "^2.3||^3.0||^4.0",
0 commit comments