ably / laravel-broadcaster

Official Laravel Ably Broadcaster
https://laravel.com/docs/broadcasting
Apache License 2.0
40 stars 7 forks source link

Update Ably Laravel Broadcaster to support Laravel 11 #42

Closed zoranlorkovic closed 4 months ago

zoranlorkovic commented 4 months ago

Dependencies needs to be upgraded (PHP 8.2, illuminate/support 11 etc).

Not sure about the code/readme....

┆Issue is synchronized with this Jira Task by Unito

sacOO7 commented 4 months ago

@zoranlorkovic can you describe the issue you are facing in detail?

sacOO7 commented 4 months ago

Okay seems laravel 11 is released already => https://laravel-news.com/laravel-11. We will update dependencies for the same 👍

zoranlorkovic commented 4 months ago

yes. Basically I think only dependencies needs to be updated to php 8.2, illuminate/support 11 etc.

sacOO7 commented 4 months ago

Hi @zoranlorkovic we have added support for laravel 11 as a part of new release. Please do check 👍

zoranlorkovic commented 4 months ago

Hi @sacOO7,

Great, thank you. That was fast! I'm still waiting for few other packages to update and when they do, I'll try to update the whole project to Laravel 11.