File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed
Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 77name : CI
88
99env :
10- COMPOSER_ROOT_VERSION : 7 .0.x-dev
10+ COMPOSER_ROOT_VERSION : 8 .0.x-dev
1111 PHP_VERSION : 8.4
1212
1313permissions :
8989 fail-fast : false
9090 matrix :
9191 php-version :
92- - 8.3
9392 - 8.4
9493 - 8.5
9594 - 8.6
Original file line number Diff line number Diff line change 22
33All notable changes are documented in this file using the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
44
5+ ## [ 8.0.0] - 2026-02-06
6+
7+ ### Removed
8+
9+ * This component is no longer supported on PHP 8.3
10+
511## [ 7.0.0] - 2025-02-07
612
713### Removed
@@ -157,7 +163,8 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
157163
158164* This component is no longer supported on PHP 5.6
159165
160- [ 7.0.0 ] : https://github.com/sebastianbergmann/diff/compare/6.0...7.0.0
166+ [ 8.0.0 ] : https://github.com/sebastianbergmann/diff/compare/7.0...main
167+ [ 7.0.0 ] : https://github.com/sebastianbergmann/diff/compare/6.0.2...7.0.0
161168[ 6.0.2 ] : https://github.com/sebastianbergmann/diff/compare/6.0.1...6.0.2
162169[ 6.0.1 ] : https://github.com/sebastianbergmann/diff/compare/6.0.0...6.0.1
163170[ 6.0.0 ] : https://github.com/sebastianbergmann/diff/compare/5.1...6.0.0
Original file line number Diff line number Diff line change 1818 "issues" : " https://github.com/sebastianbergmann/diff/issues" ,
1919 "security" : " https://github.com/sebastianbergmann/diff/security/policy"
2020 },
21+ "minimum-stability" : " dev" ,
2122 "prefer-stable" : true ,
2223 "config" : {
2324 "platform" : {
24- "php" : " 8.3.0 "
25+ "php" : " 8.4.1 "
2526 },
2627 "optimize-autoloader" : true ,
2728 "sort-packages" : true
2829 },
2930 "require" : {
30- "php" : " >=8.3 "
31+ "php" : " >=8.4 "
3132 },
3233 "require-dev" : {
33- "phpunit/phpunit" : " ^12 .0" ,
34+ "phpunit/phpunit" : " ^13 .0" ,
3435 "symfony/process" : " ^7.2"
3536 },
3637 "autoload" : {
4546 },
4647 "extra" : {
4748 "branch-alias" : {
48- "dev-main" : " 7 .0-dev"
49+ "dev-main" : " 8 .0-dev"
4950 }
5051 }
5152}
You can’t perform that action at this time.
0 commit comments