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.8] - 2019-09-17
6+
7+ ### Changed
8+
9+ * Update HTML report Bootstrap 4.3.1, jQuery 3.4.1, and popper.js 1.15.0
10+
511## [ 7.0.7] - 2019-07-25
612
713### Changed
@@ -94,6 +100,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
94100* Class names are now abbreviated (unqualified name shown, fully qualified name shown on hover) in the file view of the HTML report
95101* Update HTML report to Bootstrap 4
96102
103+ [ 7.0.8 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.7...7.0.8
97104[ 7.0.7 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.6...7.0.7
98105[ 7.0.6 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.5...7.0.6
99106[ 7.0.5 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.4...7.0.5
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.0 " ,
32+ "phpunit/php-token-stream" : " ^3.1.1 " ,
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.7 ' , \dirname (__DIR__ ));
24+ $ version = new VersionId ('7.0.8 ' , \dirname (__DIR__ ));
2525 self ::$ version = $ version ->getVersion ();
2626 }
2727
You can’t perform that action at this time.
0 commit comments