From b75224967b5a466925c6d54e68edd0edf8dd4ed4 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann <sb@sebastian-bergmann.de> Date: Fri, 2 Feb 2024 07:08:48 +0100 Subject: [PATCH] Prepare release --- ChangeLog.md | 2 +- composer.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 64093e7..76cae5b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -45,7 +45,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt * Tests etc. are now ignored for archive exports -[6.0.0]: https://github.com/sebastianbergmann/recursion-context/compare/5.0...main +[6.0.0]: https://github.com/sebastianbergmann/recursion-context/compare/5.0...6.0.0 [5.0.0]: https://github.com/sebastianbergmann/recursion-context/compare/4.0.5...5.0.0 [4.0.5]: https://github.com/sebastianbergmann/recursion-context/compare/4.0.4...4.0.5 [4.0.4]: https://github.com/sebastianbergmann/recursion-context/compare/4.0.3...4.0.4 diff --git a/composer.json b/composer.json index 8d0cec0..94e5be7 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,6 @@ "security": "https://github.com/sebastianbergmann/recursion-context/security/policy" }, "prefer-stable": true, - "minimum-stability": "dev", "config": { "platform": { "php": "8.2.0" -- GitLab