Releases: ray-di/Ray.Psr7Module
Releases · ray-di/Ray.Psr7Module
1.3.2
What's Changed
- add support psr/http-message:^2.0 by @jingu in #6
New Contributors
- @jingu made their first contribution in #6
Full Changelog: 1.3.1...1.3.2
1.3.0
- Support current supported PHP version
7.2
, 7.3
and 8.0
.
- Support php 8 attributes.
- Update CI
- Switch TravisCI to GH action
- 100% code coverage with codecov
1.2.0
- Bind
Psr\Http\Message\UriInterface
and Psr\Http\Message\UploadedFileInterface[]
interface#2
1.1.0
- Bind
ServerRequestInterface
#1