File tree 5 files changed +18
-74
lines changed
5 files changed +18
-74
lines changed Original file line number Diff line number Diff line change 7
7
name : CI
8
8
9
9
env :
10
- COMPOSER_ROOT_VERSION : " 11 .0.x-dev"
10
+ COMPOSER_ROOT_VERSION : " 12 .0.x-dev"
11
11
12
12
jobs :
13
13
coding-guidelines :
70
70
- windows-latest
71
71
72
72
php-version :
73
- - " 8.2"
74
73
- " 8.3"
75
74
- " 8.4"
76
75
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # ChangeLog
2
+
3
+ All notable changes are documented in this file using the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
4
+
5
+ ## [ 12.0.0] - 2025-02-07
6
+
7
+ ### Removed
8
+
9
+ * This component is no longer supported on PHP 8.2
10
+
11
+ [ 12.0.0 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/11.0...main
Original file line number Diff line number Diff line change 22
22
},
23
23
"config" : {
24
24
"platform" : {
25
- "php" : " 8.2 .0"
25
+ "php" : " 8.3 .0"
26
26
},
27
27
"optimize-autoloader" : true ,
28
28
"sort-packages" : true
29
29
},
30
+ "minimum-stability" : " dev" ,
30
31
"prefer-stable" : true ,
31
32
"require" : {
32
- "php" : " >=8.2 " ,
33
+ "php" : " >=8.3 " ,
33
34
"ext-dom" : " *" ,
34
35
"ext-libxml" : " *" ,
35
36
"ext-xmlwriter" : " *" ,
44
45
"theseer/tokenizer" : " ^1.2.3"
45
46
},
46
47
"require-dev" : {
47
- "phpunit/phpunit" : " ^11.4.1 "
48
+ "phpunit/phpunit" : " ^12.0-dev "
48
49
},
49
50
"suggest" : {
50
51
"ext-pcov" : " PHP extension that provides line coverage" ,
62
63
},
63
64
"extra" : {
64
65
"branch-alias" : {
65
- "dev-main" : " 11 .0.x-dev"
66
+ "dev-main" : " 12 .0.x-dev"
66
67
}
67
68
}
68
69
}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ final class Version
19
19
public static function id (): string
20
20
{
21
21
if (self ::$ version === '' ) {
22
- self ::$ version = (new VersionId ('11.0.7 ' , dirname (__DIR__ )))->asString ();
22
+ self ::$ version = (new VersionId ('12.0 ' , dirname (__DIR__ )))->asString ();
23
23
}
24
24
25
25
return self ::$ version ;
You can’t perform that action at this time.
0 commit comments