Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 <dev@ek9.co>
5+
* @author ek9 <dev@ek9.co>
66
*
77
* @license MIT
88
*

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /