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 : " 5 .0.x-dev"
10
+ COMPOSER_ROOT_VERSION : " 6 .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
+ ## [ 6.0.0] - 2025-02-07
6
+
7
+ ### Removed
8
+
9
+ * This component is no longer supported on PHP 8.2
10
+
5
11
## [ 5.0.1] - 2024-07-03
6
12
7
13
### Changed
@@ -59,6 +65,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
59
65
60
66
* This component is no longer supported on PHP 7.1 and PHP 7.2
61
67
68
+ [ 6.0.0 ] : https://github.com/sebastianbergmann/php-invoker/compare/5.0...main
62
69
[ 5.0.1 ] : https://github.com/sebastianbergmann/php-invoker/compare/5.0.1...5.0.1
63
70
[ 5.0.0 ] : https://github.com/sebastianbergmann/php-invoker/compare/4.0...5.0.0
64
71
[ 4.0.0 ] : https://github.com/sebastianbergmann/php-invoker/compare/3.1.1...4.0.0
Original file line number Diff line number Diff line change 18
18
"issues" : " https://github.com/sebastianbergmann/php-invoker/issues" ,
19
19
"security" : " https://github.com/sebastianbergmann/php-invoker/security/policy"
20
20
},
21
+ "minimum-stability" : " dev" ,
21
22
"prefer-stable" : true ,
22
23
"config" : {
23
24
"platform" : {
24
- "php" : " 8.2 .0"
25
+ "php" : " 8.3 .0"
25
26
},
26
27
"optimize-autoloader" : true ,
27
28
"sort-packages" : true
28
29
},
29
30
"require" : {
30
- "php" : " >=8.2 "
31
+ "php" : " >=8.3 "
31
32
},
32
33
"require-dev" : {
33
34
"ext-pcntl" : " *" ,
34
- "phpunit/phpunit" : " ^11.3 "
35
+ "phpunit/phpunit" : " ^12.0-dev "
35
36
},
36
37
"autoload" : {
37
38
"classmap" : [
48
49
},
49
50
"extra" : {
50
51
"branch-alias" : {
51
- "dev-main" : " 5 .0-dev"
52
+ "dev-main" : " 6 .0-dev"
52
53
}
53
54
}
54
55
}
You can’t perform that action at this time.
0 commit comments