diff --git a/ChangeLog.md b/ChangeLog.md index 940cbc3..1e2e38e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -100,7 +100,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt * Remove HHVM-specific code that is no longer needed -[6.0.0]: https://github.com/sebastianbergmann/exporter/compare/5.1...main +[6.0.0]: https://github.com/sebastianbergmann/exporter/compare/5.1...6.0.0 [5.1.1]: https://github.com/sebastianbergmann/exporter/compare/5.1.0...5.1.1 [5.1.0]: https://github.com/sebastianbergmann/exporter/compare/5.0.1...5.1.0 [5.0.1]: https://github.com/sebastianbergmann/exporter/compare/5.0.0...5.0.1 diff --git a/composer.json b/composer.json index 3bfc818..fcb0726 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,6 @@ "sort-packages": true }, "prefer-stable": true, - "minimum-stability": "dev", "require": { "php": ">=8.2", "ext-mbstring": "*",