From f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc Mon Sep 17 00:00:00 2001
From: Sebastian Bergmann <sb@sebastian-bergmann.de>
Date: Fri, 7 Feb 2025 05:59:38 +0100
Subject: [PATCH] Prepare release

---
 ChangeLog.md  | 2 +-
 composer.json | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/ChangeLog.md b/ChangeLog.md
index be6a355..e103064 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -145,7 +145,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
 
 * This component is no longer supported on PHP 5.3, PHP 5.4, PHP 5.5, PHP 5.6, and PHP 7.0
 
-[8.0.0]: https://github.com/sebastianbergmann/php-timer/compare/7.0...main
+[8.0.0]: https://github.com/sebastianbergmann/php-timer/compare/7.0...8.0.0
 [7.0.1]: https://github.com/sebastianbergmann/php-timer/compare/7.0.0...7.0.1
 [7.0.0]: https://github.com/sebastianbergmann/php-timer/compare/6.0...7.0.0
 [6.0.0]: https://github.com/sebastianbergmann/php-timer/compare/5.0.3...6.0.0
diff --git a/composer.json b/composer.json
index a3ece84..89c3984 100644
--- a/composer.json
+++ b/composer.json
@@ -18,13 +18,12 @@
         "issues": "https://github.com/sebastianbergmann/php-timer/issues",
         "security": "https://github.com/sebastianbergmann/php-timer/security/policy"
     },
-    "minimum-stability": "dev",
     "prefer-stable": true,
     "require": {
         "php": ">=8.3"
     },
     "require-dev": {
-        "phpunit/phpunit": "^12.0-dev"
+        "phpunit/phpunit": "^12.0"
     },
     "config": {
         "platform": {
-- 
GitLab