Releases: softonic/laravel-psr15-bridge
Releases · softonic/laravel-psr15-bridge
Add Support for Laravel 11
Add Support for Laravel 10
Add support for Laravel 10, drop Laravel 8 and upgrade to PHPUnit 10 #12 (@philsturgeon)
Update to Laravel 9
Changelog
- Add support to Laravel 9.x
- README improved
Breaking changes
- Remove support to Laravel 7.x (Currently EOL)
Thanks @philsturgeon
Laravel 8 support
Merge pull request #9 from softonic/Laravel-8-support Laravel 8 support
Compatible with Laravel 7
Add compatibility with Laravel 7
Thanks @AIlyes512
Use nyholm/psr7 implementation
- Zend-diactoros PSR7 implementation is deprecated so the package migrated to Nyholm/psr7. (#6 )
- Updated internal visibility and type hinting to do the library more robust. (#7 )
This is a minor release because the library usage didn't change but the internals.
Thanks to @giggsey for his great job that produced this release!
Cookies support in Response
The cookies were lost in the response, with this new release they are assigned so you can return cookies.
Thanks to @Techworker.
Add Laravel 6.0 compatibility
1.1.0 Add support for Illuminate 6.0 (#2)
Transparent PSR-15 Bridge
Transparent PSR-15 bridge that adapt any PSR-15 middleware to be compatible with Laravel