@@ -2,6 +2,12 @@ |
|
|
2 |
2 |
|
3 |
3 |
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). |
4 |
4 |
|
|
5 |
+## [3.0.5] - 2020-09-28 |
|
6 |
+ |
|
7 |
+### Changed |
|
8 |
+ |
|
9 |
+* Changed PHP version constraint in `composer.json` from `^7.3 | |
|
10 |
+ |
5 |
11 |
## [3.0.4] - 2020-07-11 |
6 |
12 |
|
7 |
13 |
### Fixed |
@@ -90,6 +96,7 @@ No changes |
|
|
90 |
96 |
|
91 |
97 |
* [#23](https://github.com/sebastianbergmann/php-file-iterator/pull/23): Added support for wildcards (glob) in exclude |
92 |
98 |
|
|
99 |
+[3.0.5]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.4...3.0.5 |
93 |
100 |
[3.0.4]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.3...3.0.4 |
94 |
101 |
[3.0.3]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.2...3.0.3 |
95 |
102 |
[3.0.2]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.1...3.0.2 |