File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Expand file tree Collapse file tree 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 : " 6 .0.x-dev"
10
+ COMPOSER_ROOT_VERSION : " 7 .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
## [ 6.0.2] - 2024-07-03
6
12
7
13
### Changed
@@ -57,6 +63,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
57
63
58
64
* Tests etc. are now ignored for archive exports
59
65
66
+ [ 7.0.0 ] : https://github.com/sebastianbergmann/recursion-context/compare/6.0...main
60
67
[ 6.0.2 ] : https://github.com/sebastianbergmann/recursion-context/compare/6.0.1...6.0.2
61
68
[ 6.0.1 ] : https://github.com/sebastianbergmann/recursion-context/compare/6.0.0...6.0.1
62
69
[ 6.0.0 ] : https://github.com/sebastianbergmann/recursion-context/compare/5.0...6.0.0
Original file line number Diff line number Diff line change 21
21
"issues" : " https://github.com/sebastianbergmann/recursion-context/issues" ,
22
22
"security" : " https://github.com/sebastianbergmann/recursion-context/security/policy"
23
23
},
24
+ "minimum-stability" : " dev" ,
24
25
"prefer-stable" : true ,
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
31
32
},
32
33
"require" : {
33
- "php" : " >=8.2 "
34
+ "php" : " >=8.3 "
34
35
},
35
36
"require-dev" : {
36
- "phpunit/phpunit" : " ^11.3 "
37
+ "phpunit/phpunit" : " ^12.0-dev "
37
38
},
38
39
"autoload" : {
39
40
"classmap" : [
42
43
},
43
44
"extra" : {
44
45
"branch-alias" : {
45
- "dev-main" : " 6 .0-dev"
46
+ "dev-main" : " 7 .0-dev"
46
47
}
47
48
}
48
49
}
You can’t perform that action at this time.
0 commit comments