Skip to content

Releases: softonic/laravel-psr15-bridge

Add Support for Laravel 11

03 Apr 08:58
fd8c7a1
Compare
Choose a tag to compare

Add support for Laravel 11

What's Changed

Full Changelog: 4.0.0...4.1.0

Add Support for Laravel 10

26 Sep 14:01
1ebeeec
Compare
Choose a tag to compare

Add support for Laravel 10, drop Laravel 8 and upgrade to PHPUnit 10 #12 (@philsturgeon)

Update to Laravel 9

29 Aug 12:49
04e5e11
Compare
Choose a tag to compare

Changelog

  • Add support to Laravel 9.x
  • README improved

Breaking changes

  • Remove support to Laravel 7.x (Currently EOL)

Thanks @philsturgeon

Laravel 8 support

02 Nov 17:10
8ec56c7
Compare
Choose a tag to compare
Merge pull request #9 from softonic/Laravel-8-support

Laravel 8 support

Compatible with Laravel 7

17 Apr 07:58
09de665
Compare
Choose a tag to compare

Add compatibility with Laravel 7

Thanks @AIlyes512

Use nyholm/psr7 implementation

25 Feb 15:49
a2f2bb0
Compare
Choose a tag to compare
  • 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

10 Feb 17:42
Compare
Choose a tag to compare

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

29 Sep 08:37
Compare
Choose a tag to compare
1.1.0

Add support for Illuminate 6.0 (#2)

Transparent PSR-15 Bridge

28 Jan 10:48
2c25440
Compare
Choose a tag to compare

Transparent PSR-15 bridge that adapt any PSR-15 middleware to be compatible with Laravel