File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 77name : CI
88
99env :
10- COMPOSER_ROOT_VERSION : " 10.0 -dev"
10+ COMPOSER_ROOT_VERSION : " 10.1 -dev"
1111
1212jobs :
1313 coding-guidelines :
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+ ## [ 10.1.0] - 2023-04-07
6+
57## [ 10.0.1] - 2023-02-25
68
79### Fixed
@@ -26,5 +28,6 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
2628* This component no longer supports PHPDBG
2729* This component no longer supports Xdebug 2
2830
31+ [ 10.1.0 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/10.0...main
2932[ 10.0.1 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/10.0.0...10.0.1
3033[ 10.0.0 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2...10.0.0
Original file line number Diff line number Diff line change 2626 "optimize-autoloader" : true ,
2727 "sort-packages" : true
2828 },
29+ "minimum-stability" : " dev" ,
2930 "prefer-stable" : true ,
3031 "require" : {
3132 "php" : " >=8.1" ,
4344 "theseer/tokenizer" : " ^1.2.0"
4445 },
4546 "require-dev" : {
46- "phpunit/phpunit" : " ^10.0 "
47+ "phpunit/phpunit" : " ^10.1 "
4748 },
4849 "suggest" : {
4950 "ext-pcov" : " *" ,
6263 },
6364 "extra" : {
6465 "branch-alias" : {
65- "dev-main" : " 10.0 -dev"
66+ "dev-main" : " 10.1 -dev"
6667 }
6768 }
6869}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ final class Version
1919 public static function id (): string
2020 {
2121 if (self ::$ version === '' ) {
22- self ::$ version = (new VersionId ('10.0. 1 ' , dirname (__DIR__ )))->asString ();
22+ self ::$ version = (new VersionId ('10.1 ' , dirname (__DIR__ )))->asString ();
2323 }
2424
2525 return self ::$ version ;
You can’t perform that action at this time.
0 commit comments