From dc31f1f8e0186c8f0bb3e48fd4d51421d8905fea Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Fri, 6 Feb 2026 05:44:28 +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 537ce14..a5a0ecf 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -26,7 +26,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt * This component is no longer supported on PHP 8.2 -[8.0.0]: https://github.com/sebastianbergmann/exporter/compare/7.0...main +[8.0.0]: https://github.com/sebastianbergmann/exporter/compare/7.0...8.0.0 [7.0.2]: https://github.com/sebastianbergmann/exporter/compare/7.0.1...7.0.2 [7.0.1]: https://github.com/sebastianbergmann/exporter/compare/7.0.0...7.0.1 [7.0.0]: https://github.com/sebastianbergmann/exporter/compare/6.3...7.0.0 diff --git a/composer.json b/composer.json index 735a85f..41bc03b 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,6 @@ "optimize-autoloader": true, "sort-packages": true }, - "minimum-stability": "dev", "prefer-stable": true, "require": { "php": ">=8.4",