1.3.0
1.3.0 - 2021-01-05
Added
- #55 adds support for PHP 8.0.
Changed
-
#61 changes the constructor of the
FileFilter
class to remove the initial$path
argument, as well as to remove the$path
property, as neither were used internally. This class is primarily an internal implementation detail; however, if you were using it in your own code, you may need to update how you create instances. -
#60 bumps the injected laminas/laminas-dependency-plugin constraint to
2.1
to allow usage with Composer v2 releases.
Removed
- #55 removes support for PHP versions prior to 7.3; if you need to use an older PHP version, use the 1.2.2 release instead.
Release Notes for 1.3.0
1.3.0
- Total issues resolved: 3
- Total pull requests resolved: 3
- Total contributors: 3
Enhancement
- 61: Psalm integration thanks to @weierophinney and @boesing
- 60: Update laminas-dependency-plugin constraint to 2.1 thanks to @weierophinney and @boesing
- 55: Php8 support thanks to @jeger-at and @boesing