2.5.0
2.5.0 - 2020-11-18
Added
Changed
- #46 changes the exception thrown by
Laminas\Diactoros\Stream::setStream()
when an error occurs opening a stream resource. Previously, it would throw aLaminas\Diactoros\Exception\InvalidArgumentException
; it now throwsLaminas\Diactoros\Exception\RuntimeException
. This was done to comply with PSR-7 integration test suites, which test behavior of PSR-7 implementations against the specification.
Removed
- #46 removes support for PHP versions prior to 7.3.
Release Notes for 2.5.0
Feature release (minor)
2.5.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Documentation,Enhancement,hacktoberfest-accepted
- 56: Update documentation example about ServerRequestFactory::fromGlobals(). thanks to @maurobonfietti
Enhancement
- 46: Allow installation on PHP 8. thanks to @ADmad