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.7] - 2019-07-25
6+
7+ ### Changed
8+
9+ * Bumped required version of php-token-stream
10+
511## [ 7.0.6] - 2019-07-08
612
713### Changed
@@ -88,6 +94,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
8894* Class names are now abbreviated (unqualified name shown, fully qualified name shown on hover) in the file view of the HTML report
8995* Update HTML report to Bootstrap 4
9096
97+ [ 7.0.7 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.6...7.0.7
9198[ 7.0.6 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.5...7.0.6
9299[ 7.0.5 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.4...7.0.5
93100[ 7.0.4 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.3...7.0.4
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.0.2 " ,
32+ "phpunit/php-token-stream" : " ^3.1.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.6 ' , \dirname (__DIR__ ));
24+ $ version = new VersionId ('7.0.7 ' , \dirname (__DIR__ ));
2525 self ::$ version = $ version ->getVersion ();
2626 }
2727
You can’t perform that action at this time.
0 commit comments