File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
1515* This component is no longer supported on PHP 8.2
1616* This component no longer supports Xdebug versions before Xdebug 3.1
1717
18- [ 12.0.0 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/11.0...main
18+ [ 12.0.0 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/11.0...12.0.0
Original file line number Diff line number Diff line change 2727 "optimize-autoloader" : true ,
2828 "sort-packages" : true
2929 },
30- "minimum-stability" : " dev" ,
3130 "prefer-stable" : true ,
3231 "require" : {
3332 "php" : " >=8.3" ,
3433 "ext-dom" : " *" ,
3534 "ext-libxml" : " *" ,
3635 "ext-xmlwriter" : " *" ,
3736 "nikic/php-parser" : " ^5.4.0" ,
38- "phpunit/php-file-iterator" : " ^6.0-dev " ,
39- "phpunit/php-text-template" : " ^5.0-dev " ,
40- "sebastian/complexity" : " ^5.0-dev " ,
41- "sebastian/environment" : " ^8.0-dev " ,
42- "sebastian/lines-of-code" : " ^4.0-dev " ,
43- "sebastian/version" : " ^6.0-dev " ,
37+ "phpunit/php-file-iterator" : " ^6.0" ,
38+ "phpunit/php-text-template" : " ^5.0" ,
39+ "sebastian/complexity" : " ^5.0" ,
40+ "sebastian/environment" : " ^8.0" ,
41+ "sebastian/lines-of-code" : " ^4.0" ,
42+ "sebastian/version" : " ^6.0" ,
4443 "theseer/tokenizer" : " ^1.2.3"
4544 },
4645 "require-dev" : {
47- "phpunit/phpunit" : " ^12.0-dev "
46+ "phpunit/phpunit" : " ^12.0"
4847 },
4948 "suggest" : {
5049 "ext-pcov" : " PHP extension that provides line coverage" ,
You can’t perform that action at this time.
0 commit comments