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