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" },