File tree 3 files changed +13
-6
lines changed
3 files changed +13
-6
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 : " 3 .0.x-dev"
10
+ COMPOSER_ROOT_VERSION : " 4 .0.x-dev"
11
11
12
12
permissions :
13
13
contents : read
61
61
fail-fast : false
62
62
matrix :
63
63
php-version :
64
- - " 8.2"
65
64
- " 8.3"
66
65
- " 8.4"
67
66
- " 8.5"
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes are documented in this file using the [ Keep a CHANGELOG] ( https://keepachangelog.com/ ) principles.
4
4
5
+ ## [ 4.0.0] - 2025-02-07
6
+
7
+ ### Removed
8
+
9
+ * This component is no longer supported on PHP 8.2
10
+
5
11
## [ 3.0.2] - 2024-07-03
6
12
7
13
### Changed
@@ -42,6 +48,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
42
48
43
49
* Initial release
44
50
51
+ [ 4.0.0 ] : https://github.com/sebastianbergmann/cli-parser/compare/3.0...main
45
52
[ 3.0.2 ] : https://github.com/sebastianbergmann/cli-parser/compare/3.0.1...3.0.2
46
53
[ 3.0.1 ] : https://github.com/sebastianbergmann/cli-parser/compare/3.0.0...3.0.1
47
54
[ 3.0.0 ] : https://github.com/sebastianbergmann/cli-parser/compare/2.0...3.0.0
Original file line number Diff line number Diff line change 15
15
"issues" : " https://github.com/sebastianbergmann/cli-parser/issues" ,
16
16
"security" : " https://github.com/sebastianbergmann/cli-parser/security/policy"
17
17
},
18
+ "minimum-stability" : " dev" ,
18
19
"prefer-stable" : true ,
19
20
"require" : {
20
- "php" : " >=8.2 "
21
+ "php" : " >=8.3 "
21
22
},
22
23
"require-dev" : {
23
- "phpunit/phpunit" : " ^11.3 "
24
+ "phpunit/phpunit" : " ^12.0-dev "
24
25
},
25
26
"config" : {
26
27
"platform" : {
27
- "php" : " 8.2 .0"
28
+ "php" : " 8.3 .0"
28
29
},
29
30
"optimize-autoloader" : true ,
30
31
"sort-packages" : true
36
37
},
37
38
"extra" : {
38
39
"branch-alias" : {
39
- "dev-main" : " 3 .0-dev"
40
+ "dev-main" : " 4 .0-dev"
40
41
}
41
42
}
42
43
}
You can’t perform that action at this time.
0 commit comments