1.4.0
Release Notes for 1.4.0
Added
- This release adds support for PHP 7.4 and 8.0.
Removed
-
This release removes support for PHP versions prior to 7.3.
-
This release removes support for laminas/laminas-eventmanager releases prior to 3.2.0.
Fixed
- This release fixes a check in the shipped
Laminas\ApiTools\Documentation\Swagger\ViewModelthat failed under PHP 8.0 due to a change in the behavior ofarray_key_exists.
1.4.0
- Total issues resolved: 3
- Total pull requests resolved: 4
- Total contributors: 4
Enhancement
- 23: Provide Psalm integration thanks to @weierophinney and @boesing
- 22: Add support for PHP 8 thanks to @internalsystemerror and @boesing
- 20: Switch to GHA CI workflow thanks to @internalsystemerror and @weierophinney