From 5d8d9355a16d8cc5a1305b0a85342cfa420612be Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Fri, 2 Feb 2024 07:05:50 +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 7e2d620..4803c5f 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -53,7 +53,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt * This component is no longer supported on PHP 7.1 and PHP 7.2 -[5.0.0]: https://github.com/sebastianbergmann/php-invoker/compare/4.0...main +[5.0.0]: https://github.com/sebastianbergmann/php-invoker/compare/4.0...5.0.0 [4.0.0]: https://github.com/sebastianbergmann/php-invoker/compare/3.1.1...4.0.0 [3.1.1]: https://github.com/sebastianbergmann/php-invoker/compare/3.1.0...3.1.1 [3.1.0]: https://github.com/sebastianbergmann/php-invoker/compare/3.0.2...3.1.0 diff --git a/composer.json b/composer.json index 9603ed3..cbe9e8e 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,6 @@ "security": "https://github.com/sebastianbergmann/php-invoker/security/policy" }, "prefer-stable": true, - "minimum-stability": "dev", "config": { "platform": { "php": "8.2.0"