diff --git a/ChangeLog.md b/ChangeLog.md
index be6a355c82c6d94a5075c1cd12c9b21b10958634..e103064ef25974575a8a93621cca961edce3337d 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 a3ece847dd1b3571ace212082a343dfbdb856009..89c398425581f1ddfca8a80f5fe3c0701d562b77 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": {