diff --git a/ChangeLog.md b/ChangeLog.md index 000394c3c0ebc03e22ea7317c44dcd88a5fd131b..8bf517eab9f3122037a483ae9bea3932c654d04b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -72,7 +72,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt * Initial release -[3.0.0]: https://github.com/sebastianbergmann/code-unit/compare/2.0...main +[3.0.0]: https://github.com/sebastianbergmann/code-unit/compare/2.0...3.0.0 [2.0.0]: https://github.com/sebastianbergmann/code-unit/compare/1.0.8...2.0.0 [1.0.8]: https://github.com/sebastianbergmann/code-unit/compare/1.0.7...1.0.8 [1.0.7]: https://github.com/sebastianbergmann/code-unit/compare/1.0.6...1.0.7 diff --git a/composer.json b/composer.json index 31ecdd6f680e15567876cccd9143389620d3376d..e942b667085376ae825b9b5246dcb72d0fc79009 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,6 @@ "security": "https://github.com/sebastianbergmann/code-unit/security/policy" }, "prefer-stable": true, - "minimum-stability": "dev", "require": { "php": ">=8.2" },