Skip to content

Commit 7ab1ea9

Browse files
Prepare release
1 parent b7ee9a2 commit 7ab1ea9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ChangeLog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
157157

158158
* This component is no longer supported on PHP 5.6
159159

160-
[7.0.0]: https://github.com/sebastianbergmann/diff/compare/6.0...main
160+
[7.0.0]: https://github.com/sebastianbergmann/diff/compare/6.0...7.0.0
161161
[6.0.2]: https://github.com/sebastianbergmann/diff/compare/6.0.1...6.0.2
162162
[6.0.1]: https://github.com/sebastianbergmann/diff/compare/6.0.0...6.0.1
163163
[6.0.0]: https://github.com/sebastianbergmann/diff/compare/5.1...6.0.0

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"issues": "https://github.com/sebastianbergmann/diff/issues",
1919
"security": "https://github.com/sebastianbergmann/diff/security/policy"
2020
},
21-
"minimum-stability": "dev",
2221
"prefer-stable": true,
2322
"config": {
2423
"platform": {
@@ -31,7 +30,7 @@
3130
"php": ">=8.3"
3231
},
3332
"require-dev": {
34-
"phpunit/phpunit": "^12.0-dev",
33+
"phpunit/phpunit": "^12.0",
3534
"symfony/process": "^7.2"
3635
},
3736
"autoload": {

0 commit comments

Comments
 (0)