0.8.0
Changed
- BC: Updated the minimum required Laravel version to ^8.45 so we can use the new broadcast goodies
- Use (and recommend in docs) the new broadcast conventions in Laravel
- Use the
broadcast_sync
instead of thebroadcast_now
function (it got deprecated)