We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97204b commit 9dc509eCopy full SHA for 9dc509e
CHANGELOG.md
@@ -6,8 +6,9 @@ documented in this file.
6
The format is based on [Keep a Changelog](http://keepachangelog.com/)
7
and this project adheres to [Semantic Versioning](http://semver.org/).
8
9
-## 4.x-dev
+## [4.2.2] - 2018年03月22日
10
11
+- Bugfix: loosen up `phpunit/php-code-coverage` from `^6.0` to `^5.0||^6.0`
12
- PHP 7.1 specific code improvements
13
14
## [4.2.1] - 2018年03月21日
@@ -102,6 +103,7 @@ as [leanphp/phpspec-code-coverage][0].
102
103
- Support configuring a blacklist of files to be excluded from code coverage
104
reports (`blaclist_files` option).
105
106
+[4.2.2]: https://github.com/leanphp/phpspec-code-coverage/releases/tag/v4.2.2
107
[4.2.1]: https://github.com/leanphp/phpspec-code-coverage/releases/tag/v4.2.1
108
[4.2.0]: https://github.com/leanphp/phpspec-code-coverage/releases/tag/v4.2.0
109
[4.1.2]: https://github.com/leanphp/phpspec-code-coverage/releases/tag/v4.1.2
composer.json
@@ -26,7 +26,7 @@
26
"require": {
27
"php": "^7.1",
28
"phpspec/phpspec": "^4.2",
29
- "phpunit/php-code-coverage": "^6.0"
+ "phpunit/php-code-coverage": "^5.0||^6.0"
30
},
31
"require-dev": {
32
"escapestudios/symfony2-coding-standard": "^3.1",
src/CodeCoverageExtension.php
@@ -2,7 +2,7 @@
2
/**
3
* This file is part of the leanphp/phpspec-code-coverage package
4
*
5
- * @author ek9 <dev@ek9.co>
+ * @author ek9 <dev@ek9.co>
* @license MIT
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments