All notable changes to laravel-mercure-broadcaster
will be documented in this file
- Add support for lcobucci/jwt v5
- Add support for Laravel 11
- Added PHP 8.3 in the pipeline
- Add support for Laravel 10
- Added PHP 8.2 in the pipeline
- Fixed tests with latest mercure release (change of log format)
- Add support for Laravel 9
- Fix using deprecated code from Mercure library
- Prefer using Laravel Broadcaster contract over extending the base class
- Add service that generates the JWT so we are able to override to use a custom implementation
- Fix starting mercure server in tests
- add support for php 8
- dropped support for php 7.3
- fix errors with lcobucci/jwt version 3.4.*
- support for Laravel 8
- dropped support php 7.2
- dropped support Laravel 5.x
- support for Mercure 0.10, check https://mercure.rocks/docs/UPGRADE for more information
- support for laravel 7.0
- dropped support php 7.1
- added support php 7.4
- dropped support for laravel 5.6 and 5.7
Compatible with Mercure 0.8 see https://github.com/dunglas/mercure/blob/master/docs/UPGRADE.md for upgrade instructions.
TLDR; Update Mercure to latest version and update mercure endpoint url from /hub to /.well-known/mercure in your app. See the readme in the root of this repository how to do this.
- support for laravel 6.0
- initial release