File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
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.2.0] - 2020-MM-DD
5
+ ## [ 8.2.0] - 2020-10-02
6
6
7
7
### Added
8
8
@@ -70,7 +70,7 @@ All notable changes in PHPCOV are documented in this file using the [Keep a CHAN
70
70
71
71
* Removed support for PHP versions older than PHP 7.2
72
72
73
- [ 8.2.0 ] : https://github.com/sebastianbergmann/phpcov/compare/8.1.2...master
73
+ [ 8.2.0 ] : https://github.com/sebastianbergmann/phpcov/compare/8.1.2...8.2.0
74
74
[ 8.1.2 ] : https://github.com/sebastianbergmann/phpcov/compare/8.1.1...8.1.2
75
75
[ 8.1.1 ] : https://github.com/sebastianbergmann/phpcov/compare/8.1.0...8.1.1
76
76
[ 8.1.0 ] : https://github.com/sebastianbergmann/phpcov/compare/8.0.0...8.1.0
Original file line number Diff line number Diff line change 21
21
"sort-packages" : true
22
22
},
23
23
"prefer-stable" : true ,
24
- "minimum-stability" : " dev" ,
25
24
"require" : {
26
25
"php" : " >=7.3" ,
27
26
"phpunit/phpunit" : " ^9.3" ,
Original file line number Diff line number Diff line change 15
15
16
16
final class Application
17
17
{
18
- private const VERSION = '8.2 ' ;
18
+ private const VERSION = '8.2.0 ' ;
19
19
20
20
public function run (array $ argv ): int
21
21
{
You can’t perform that action at this time.
0 commit comments