Skip to content

Commit 8723a5e

Browse files
committed
phpunit/php-code-coverage update ~4.0|~5.0 to ~5.0
1 parent 2d2c9e5 commit 8723a5e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ 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.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

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": "~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",

0 commit comments

Comments
 (0)