Skip to content

Commit e49b76b

Browse files
committed
v3.3.1 - php-code-coverage fix
1 parent 8c9ba45 commit e49b76b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ documented in this file.
66
The format is based on [Keep a Changelog](http://keepachangelog.com/)
77
and this project adheres to [Semantic Versioning](http://semver.org/).
88

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+
914
## [3.3.0] - 2018-04-13
1015

1116
- Add `--no-coverage` parameter option to skip code coverage generation.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"require": {
2828
"php": ">=5.6",
29-
"phpunit/php-code-coverage": "^5.0||^6.0",
29+
"phpunit/php-code-coverage": "^5.0",
3030
"behat/behat": "^3.0",
3131
"guzzlehttp/guzzle": "^6.0",
3232
"symfony/config": "^2.3||^3.0||^4.0",

0 commit comments

Comments
 (0)