From 99e95c94ad9500daca992354fa09d7b99abe2210 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Fri, 2 Feb 2024 07:05:04 +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 2ac0821..959ce0b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -156,7 +156,7 @@ No changes * [#23](https://github.com/sebastianbergmann/php-file-iterator/pull/23): Added support for wildcards (glob) in exclude -[5.0.0]: https://github.com/sebastianbergmann/php-file-iterator/compare/4.1...main +[5.0.0]: https://github.com/sebastianbergmann/php-file-iterator/compare/4.1...5.0.0 [4.1.0]: https://github.com/sebastianbergmann/php-file-iterator/compare/4.0.2...4.1.0 [4.0.2]: https://github.com/sebastianbergmann/php-file-iterator/compare/4.0.1...4.0.2 [4.0.1]: https://github.com/sebastianbergmann/php-file-iterator/compare/4.0.0...4.0.1 diff --git a/composer.json b/composer.json index 0a5701c..525526d 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,6 @@ "sort-packages": true }, "prefer-stable": true, - "minimum-stability": "dev", "require": { "php": ">=8.2" },