File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes are documented in this file using the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
44
5+ ## [ 7.0.15] - 2021-07-26
6+
7+ ### Changed
8+
9+ * Bumped required version of php-token-stream
10+
511## [ 7.0.14] - 2020-12-02
612
713### Changed
@@ -136,6 +142,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
136142* Class names are now abbreviated (unqualified name shown, fully qualified name shown on hover) in the file view of the HTML report
137143* Update HTML report to Bootstrap 4
138144
145+ [ 7.0.15 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.14...7.0.15
139146[ 7.0.14 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.13...7.0.14
140147[ 7.0.13 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.12...7.0.13
141148[ 7.0.12 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.11...7.0.12
Original file line number Diff line number Diff line change 2929 "ext-dom" : " *" ,
3030 "ext-xmlwriter" : " *" ,
3131 "phpunit/php-file-iterator" : " ^2.0.2" ,
32- "phpunit/php-token-stream" : " ^3.1.1 || ^4.0" ,
32+ "phpunit/php-token-stream" : " ^3.1.3 || ^4.0" ,
3333 "phpunit/php-text-template" : " ^1.2.1" ,
3434 "sebastian/code-unit-reverse-lookup" : " ^1.0.1" ,
3535 "sebastian/environment" : " ^4.2.2" ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ final class Version
2121 public static function id (): string
2222 {
2323 if (self ::$ version === null ) {
24- $ version = new VersionId ('7.0.14 ' , \dirname (__DIR__ ));
24+ $ version = new VersionId ('7.0.15 ' , \dirname (__DIR__ ));
2525 self ::$ version = $ version ->getVersion ();
2626 }
2727
You can’t perform that action at this time.
0 commit comments