File tree 2 files changed +8
-9
lines changed
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
15
15
* This component is no longer supported on PHP 8.2
16
16
* This component no longer supports Xdebug versions before Xdebug 3.1
17
17
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 27
27
"optimize-autoloader" : true ,
28
28
"sort-packages" : true
29
29
},
30
- "minimum-stability" : " dev" ,
31
30
"prefer-stable" : true ,
32
31
"require" : {
33
32
"php" : " >=8.3" ,
34
33
"ext-dom" : " *" ,
35
34
"ext-libxml" : " *" ,
36
35
"ext-xmlwriter" : " *" ,
37
36
"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" ,
44
43
"theseer/tokenizer" : " ^1.2.3"
45
44
},
46
45
"require-dev" : {
47
- "phpunit/phpunit" : " ^12.0-dev "
46
+ "phpunit/phpunit" : " ^12.0"
48
47
},
49
48
"suggest" : {
50
49
"ext-pcov" : " PHP extension that provides line coverage" ,
You can’t perform that action at this time.
0 commit comments