2.4.0
2.4.0 - 2020-12-01
Added
- #22 adds support for PHP 8.
Removed
- #22 removes support for PHP versions prior to 7.3.
Fixed
- #24 fixes an issue whereby a config file that contains multiple points of possible injection was having the component/module injected multiple times. It now will inject only at the first matching location. If you maintain such a configuration file and need injection to occur multiple times or at a location other than the first match, you will need to do so manually.
Release Notes for 2.4.0
Feature release (minor)
2.4.0
- Total issues resolved: 3
- Total pull requests resolved: 3
- Total contributors: 3
Bug
Enhancement
- 23: Psalm integration thanks to @weierophinney and @boesing
- 22: PHP 8 support Fixes #14 thanks to @adamturcsan and @boesing