File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -482,8 +482,8 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
482482
483483* This component is no longer supported on PHP 7.1
484484
485- [ 10.0.0 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2...main
486- [ 9.2.24 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.23...9.2
485+ [ 10.0.0 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.24...10.0.0
486+ [ 9.2.24 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.23...9.2.24
487487[ 9.2.24 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.23...9.2.24
488488[ 9.2.23 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.22...9.2.23
489489[ 9.2.22 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.21...9.2.22
Original file line number Diff line number Diff line change 2626 "optimize-autoloader" : true ,
2727 "sort-packages" : true
2828 },
29- "minimum-stability" : " dev" ,
3029 "prefer-stable" : true ,
3130 "require" : {
3231 "php" : " >=8.1" ,
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 ' , dirname (__DIR__ )))->asString ();
22+ self ::$ version = (new VersionId ('10.0.0 ' , dirname (__DIR__ )))->asString ();
2323 }
2424
2525 return self ::$ version ;
You can’t perform that action at this time.
0 commit comments