Skip to content

Commit c405ae3

Browse files
Prepare release
1 parent 6f57b13 commit c405ae3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
6363

6464
* Tests etc. are now ignored for archive exports
6565

66-
[7.0.0]: https://github.com/sebastianbergmann/recursion-context/compare/6.0...main
66+
[7.0.0]: https://github.com/sebastianbergmann/recursion-context/compare/6.0...7.0.0
6767
[6.0.2]: https://github.com/sebastianbergmann/recursion-context/compare/6.0.1...6.0.2
6868
[6.0.1]: https://github.com/sebastianbergmann/recursion-context/compare/6.0.0...6.0.1
6969
[6.0.0]: https://github.com/sebastianbergmann/recursion-context/compare/5.0...6.0.0

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
2222
"security": "https://github.com/sebastianbergmann/recursion-context/security/policy"
2323
},
24-
"minimum-stability": "dev",
2524
"prefer-stable": true,
2625
"config": {
2726
"platform": {
@@ -34,7 +33,7 @@
3433
"php": ">=8.3"
3534
},
3635
"require-dev": {
37-
"phpunit/phpunit": "^12.0-dev"
36+
"phpunit/phpunit": "^12.0"
3837
},
3938
"autoload": {
4039
"classmap": [

0 commit comments

Comments
 (0)