Releases: zbateson/stream-decorators
Releases · zbateson/stream-decorators
2.1.1
2.1.0
2.0.0
- Drop php7 support
- Require guzzlehttp/psr7 2.0 or above (drop 1.9)
- Require zbateson/mb-wrapper 2.0 or above
- Update to latest PHPStan and PHPCSFixer by @phpfui in #17
- Change text in php source to comment by @svenbw in #18
New Contributors
Full Changelog: 1.2.1...2.0.0
1.2.1
1.2.0
What's Changed
- Update to new Psr\Http\Message\StreamInterface spec
- Drop PHP 7.1 support
- Update to PHPUnit <10
- Use PhpCsFixer.php from mb-wrapper project. mail-mime-parser needs separate setting do to __set hack.
- This and mb-wrapper PR can be merged without a release, as they are dev only changes.
All changes thanks to @phpfui once again!
Full Changelog: 1.1.0...1.2.0
1.1.0
1.0.8
1.0.7
What's Changed
- update travis badge to github action badge by @Nielsvanpach in #6
- run test suite with php 8.1 by @Nielsvanpach in #7
- Fix PHP 8.1 return type deprecation notices. by @alexei-bykovski in #9
New Contributors
- @alexei-bykovski made their first contribution in #9
Full Changelog: 1.0.6...1.0.7
Fix psr7 dependency version
Update to fix the dependency version and not allow psr7 less than 1.7
Support guzzlehttp/psr7 v2
Adds support for guzzlehttp/psr7 v2, thanks to @Nielsvanpach