We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c9ba45 commit e49b76bCopy full SHA for e49b76b
2 files changed
CHANGELOG.md
@@ -6,6 +6,11 @@ documented in this file.
6
The format is based on [Keep a Changelog](http://keepachangelog.com/)
7
and this project adheres to [Semantic Versioning](http://semver.org/).
8
9
+## [3.3.1] - 2018-05-04
10
+
11
+- Fix compatibility with `phpunit/php-code-coverage:^6.0`, only leaving support
12
+ to `5.0,<6.0` as we cannot support both.
13
14
## [3.3.0] - 2018-04-13
15
16
- Add `--no-coverage` parameter option to skip code coverage generation.
composer.json
@@ -26,7 +26,7 @@
26
},
27
"require": {
28
"php": ">=5.6",
29
- "phpunit/php-code-coverage": "^5.0||^6.0",
+ "phpunit/php-code-coverage": "^5.0",
30
"behat/behat": "^3.0",
31
"guzzlehttp/guzzle": "^6.0",
32
"symfony/config": "^2.3||^3.0||^4.0",
0 commit comments