File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,9 @@ documented in this file.
6
6
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
7
7
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
8
8
9
- ## 4.x-dev
9
+ ## [ 4.2.2 ] - 2018-03-22
10
10
11
+ - Bugfix: loosen up ` phpunit/php-code-coverage ` from ` ^6.0 ` to ` ^5.0||^6.0 `
11
12
- PHP 7.1 specific code improvements
12
13
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
103
104
reports (` blaclist_files ` option).
104
105
106
+ [ 4.2.2 ] : https://github.com/leanphp/phpspec-code-coverage/releases/tag/v4.2.2
105
107
[ 4.2.1 ] : https://github.com/leanphp/phpspec-code-coverage/releases/tag/v4.2.1
106
108
[ 4.2.0 ] : https://github.com/leanphp/phpspec-code-coverage/releases/tag/v4.2.0
107
109
[ 4.1.2 ] : https://github.com/leanphp/phpspec-code-coverage/releases/tag/v4.1.2
Original file line number Diff line number Diff line change 26
26
"require" : {
27
27
"php" : " ^7.1" ,
28
28
"phpspec/phpspec" : " ^4.2" ,
29
- "phpunit/php-code-coverage" : " ^6.0"
29
+ "phpunit/php-code-coverage" : " ^5.0||^ 6.0"
30
30
},
31
31
"require-dev" : {
32
32
"escapestudios/symfony2-coding-standard" : " ^3.1" ,
Original file line number Diff line number Diff line change 2
2
/**
3
3
* This file is part of the leanphp/phpspec-code-coverage package
4
4
*
5
-
5
+
6
6
*
7
7
* @license MIT
8
8
*
You can’t perform that action at this time.
0 commit comments