File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes in PHPCOV are documented in this file using the [ Keep a CHANGELOG] ( https://keepachangelog.com/ ) principles.
4
4
5
+ ## [ 8.1.2] - 2020-09-23
6
+
7
+ * No changes; ` phpcov.phar ` rebuilt with updated dependencies
8
+
5
9
## [ 8.1.1] - 2020-09-10
6
10
7
11
### Fixed
@@ -60,6 +64,7 @@ All notable changes in PHPCOV are documented in this file using the [Keep a CHAN
60
64
61
65
* Removed support for PHP versions older than PHP 7.2
62
66
67
+ [ 8.1.2 ] : https://github.com/sebastianbergmann/phpcov/compare/8.1.1...8.1.2
63
68
[ 8.1.1 ] : https://github.com/sebastianbergmann/phpcov/compare/8.1.0...8.1.1
64
69
[ 8.1.0 ] : https://github.com/sebastianbergmann/phpcov/compare/8.0.0...8.1.0
65
70
[ 8.0.0 ] : https://github.com/sebastianbergmann/phpcov/compare/7.0.2...8.0.0
Original file line number Diff line number Diff line change 24
24
"require" : {
25
25
"php" : " ^7.3" ,
26
26
"phpunit/phpunit" : " ^9.3" ,
27
- "phpunit/php-code-coverage" : " ^9.1" ,
27
+ "phpunit/php-code-coverage" : " ^9.1.11 " ,
28
28
"phpunit/php-file-iterator" : " ^3.0" ,
29
29
"sebastian/cli-parser" : " ^1.0" ,
30
30
"sebastian/diff" : " ^4.0" ,
Original file line number Diff line number Diff line change 15
15
16
16
final class Application
17
17
{
18
- private const VERSION = '8.1.1 ' ;
18
+ private const VERSION = '8.1.2 ' ;
19
19
20
20
public function run (array $ argv ): int
21
21
{
You can’t perform that action at this time.
0 commit comments