From b8502785eb3523ca0dd4afe9ca62235590020f3f Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Fri, 2 Feb 2024 07:09:34 +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 5a61c0d..f61abb6 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -159,7 +159,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt * Initial release based on [code contributed by Michel Hartmann to PHPUnit](https://github.com/sebastianbergmann/phpunit/pull/3673) -[5.0.0]: https://github.com/sebastianbergmann/type/compare/4.0...main +[5.0.0]: https://github.com/sebastianbergmann/type/compare/4.0...5.0.0 [4.0.0]: https://github.com/sebastianbergmann/type/compare/3.2.1...4.0.0 [3.2.1]: https://github.com/sebastianbergmann/type/compare/3.2.0...3.2.1 [3.2.0]: https://github.com/sebastianbergmann/type/compare/3.1.0...3.2.0 diff --git a/composer.json b/composer.json index fea1dc9..39b82cd 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,6 @@ "security": "https://github.com/sebastianbergmann/type/security/policy" }, "prefer-stable": true, - "minimum-stability": "dev", "require": { "php": ">=8.2" },