File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ documented in this file.
66The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
77and 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.
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments