Prepare release · sebastianbergmann/php-file-iterator@7d66d4e (original) (raw)
2 files changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -132,7 +132,7 @@ No changes | ||
132 | 132 | |
133 | 133 | * [#23](https://github.com/sebastianbergmann/php-file-iterator/pull/23): Added support for wildcards (glob) in exclude |
134 | 134 | |
135 | -[4.0.0]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.6...main | |
135 | +[4.0.0]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.6...4.0.0 | |
136 | 136 | [3.0.6]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.5...3.0.6 |
137 | 137 | [3.0.5]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.4...3.0.5 |
138 | 138 | [3.0.4]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.3...3.0.4 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -25,7 +25,6 @@ | ||
25 | 25 | "optimize-autoloader": true, |
26 | 26 | "sort-packages": true |
27 | 27 | }, |
28 | -"minimum-stability": "dev", | |
29 | 28 | "prefer-stable": true, |
30 | 29 | "require": { |
31 | 30 | "php": ">=8.1" |