Skip to content

Commit 2fd313b

Browse files
committed
phpunit/php-code-coverage ^5.0||^6.0
1 parent b4a7396 commit 2fd313b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99
## 3.x-dev
1010

1111
- Add `--no-coverage` parameter option to skip code coverage generation.
12+
- Update `phpunit/php-code-coverage` requirement from `^5.0` to `^5.0||^6.0`
1213

1314
## [3.2.1] - 2018-03-21
1415

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",
29+
"phpunit/php-code-coverage": "^5.0||^6.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)