From f3ec4bf931c0b31e5b413f5b4fc970a7d03338c0 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Fri, 3 Feb 2023 08:06:49 +0100 Subject: [PATCH] Prepare release --- ChangeLog.md | 2 +- composer.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 3e30fb1..4ec1b5e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -76,7 +76,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt * Remove HHVM-specific code that is no longer needed -[5.0.0]: https://github.com/sebastianbergmann/exporter/compare/4.0.5...main +[5.0.0]: https://github.com/sebastianbergmann/exporter/compare/4.0.5...5.0.0 [4.0.5]: https://github.com/sebastianbergmann/exporter/compare/4.0.4...4.0.5 [4.0.4]: https://github.com/sebastianbergmann/exporter/compare/4.0.3...4.0.4 [4.0.3]: https://github.com/sebastianbergmann/exporter/compare/4.0.2...4.0.3 diff --git a/composer.json b/composer.json index 91bb978..4d1e169 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,6 @@ "optimize-autoloader": true, "sort-packages": true }, - "minimum-stability": "dev", "prefer-stable": true, "require": { "php": ">=8.1",