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 @@ -10,7 +10,7 @@ permissions:
10
10
contents : read
11
11
12
12
env :
13
- COMPOSER_ROOT_VERSION : " 5.1 -dev"
13
+ COMPOSER_ROOT_VERSION : " 6.0 -dev"
14
14
15
15
jobs :
16
16
coding-guidelines :
61
61
fail-fast : false
62
62
matrix :
63
63
php-version :
64
- - " 8.1"
65
64
- " 8.2"
66
65
- " 8.3"
67
66
- " 8.4"
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] ( http://keepachangelog.com/ ) principles.
4
4
5
+ ## [ 6.0.0] - 2024-02-02
6
+
7
+ ### Removed
8
+
9
+ * Removed support for PHP 8.1
10
+
5
11
## [ 5.1.0] - 2023-12-22
6
12
7
13
### Added
@@ -124,6 +130,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
124
130
125
131
* This component is no longer supported on PHP 5.6
126
132
133
+ [ 6.0.0 ] : https://github.com/sebastianbergmann/diff/compare/5.1...main
127
134
[ 5.1.0 ] : https://github.com/sebastianbergmann/diff/compare/5.0.3...5.1.0
128
135
[ 5.0.3 ] : https://github.com/sebastianbergmann/diff/compare/5.0.2...5.0.3
129
136
[ 5.0.2 ] : https://github.com/sebastianbergmann/diff/compare/5.0.1...5.0.2
Original file line number Diff line number Diff line change 19
19
"security" : " https://github.com/sebastianbergmann/diff/security/policy"
20
20
},
21
21
"prefer-stable" : true ,
22
+ "minimum-stability" : " dev" ,
22
23
"config" : {
23
24
"platform" : {
24
- "php" : " 8.1 .0"
25
+ "php" : " 8.2 .0"
25
26
},
26
27
"optimize-autoloader" : true ,
27
28
"sort-packages" : true
28
29
},
29
30
"require" : {
30
- "php" : " >=8.1 "
31
+ "php" : " >=8.2 "
31
32
},
32
33
"require-dev" : {
33
- "phpunit/phpunit" : " ^10 .0" ,
34
+ "phpunit/phpunit" : " ^11 .0" ,
34
35
"symfony/process" : " ^4.2 || ^5"
35
36
},
36
37
"autoload" : {
45
46
},
46
47
"extra" : {
47
48
"branch-alias" : {
48
- "dev-main" : " 5.1 -dev"
49
+ "dev-main" : " 6.0 -dev"
49
50
}
50
51
}
51
52
}
You can’t perform that action at this time.
0 commit comments