Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9dc509e

Browse files
committed
v4.2.2 - php-code-coverage '^5.0||^6.0'
1 parent f97204b commit 9dc509e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ 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-
## 4.x-dev
9+
## [4.2.2] - 2018-03-22
1010

11+
- Bugfix: loosen up `phpunit/php-code-coverage` from `^6.0` to `^5.0||^6.0`
1112
- PHP 7.1 specific code improvements
1213

1314
## [4.2.1] - 2018-03-21
@@ -102,6 +103,7 @@ as [leanphp/phpspec-code-coverage][0].
102103
- Support configuring a blacklist of files to be excluded from code coverage
103104
reports (`blaclist_files` option).
104105

106+
[4.2.2]: https://github.com/leanphp/phpspec-code-coverage/releases/tag/v4.2.2
105107
[4.2.1]: https://github.com/leanphp/phpspec-code-coverage/releases/tag/v4.2.1
106108
[4.2.0]: https://github.com/leanphp/phpspec-code-coverage/releases/tag/v4.2.0
107109
[4.1.2]: https://github.com/leanphp/phpspec-code-coverage/releases/tag/v4.1.2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"require": {
2727
"php": "^7.1",
2828
"phpspec/phpspec": "^4.2",
29-
"phpunit/php-code-coverage": "^6.0"
29+
"phpunit/php-code-coverage": "^5.0||^6.0"
3030
},
3131
"require-dev": {
3232
"escapestudios/symfony2-coding-standard": "^3.1",

src/CodeCoverageExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* This file is part of the leanphp/phpspec-code-coverage package
44
*
5-
* @author ek9 <[email protected]>
5+
* @author ek9 <[email protected]>
66
*
77
* @license MIT
88
*

0 commit comments

Comments
 (0)