File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ 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.x-dev
10+
11+ - ` phpunit/php-code-coverage ` dependency version requirement has been updated
12+ from ` ~4.0|~5.0 ` to ` ~5.0 ` as we do not support version ` 4.0 ` anymore.
13+
14+
915## [ 3.2.0] - 2017-10-17 - Guzzle 6.0 support release
1016
1117- Updated ` guzzlehttp/guzzle ` requirement from ` ~4.0||~5.0 ` to ` ~6.0 ` . We are
Original file line number Diff line number Diff line change 2626 },
2727 "require" : {
2828 "php" : " >=5.6" ,
29- "phpunit/php-code-coverage" : " ~4.0||~ 5.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