diff --git a/ChangeLog.md b/ChangeLog.md
index 1408acea524e1387a05ac467087b242f4f946fb8..2814b00706ac82a487ae285ca78452947dc0f9ac 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -127,7 +127,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
 
-[6.0.0]: https://github.com/sebastianbergmann/php-timer/compare/5.0.3...main
+[6.0.0]: https://github.com/sebastianbergmann/php-timer/compare/5.0.3...6.0.0
 [5.0.3]: https://github.com/sebastianbergmann/php-timer/compare/5.0.2...5.0.3
 [5.0.2]: https://github.com/sebastianbergmann/php-timer/compare/5.0.1...5.0.2
 [5.0.1]: https://github.com/sebastianbergmann/php-timer/compare/5.0.0...5.0.1
diff --git a/composer.json b/composer.json
index b77c00b83226f53dc277d2650bf86a1d2e3f9005..6f5880b6aec3737a1700d4663e900279b3fe5c51 100644
--- a/composer.json
+++ b/composer.json
@@ -17,7 +17,6 @@
     "support": {
         "issues": "https://github.com/sebastianbergmann/php-timer/issues"
     },
-    "minimum-stability": "dev",
     "prefer-stable": true,
     "require": {
         "php": ">=8.1"