Should be simple to change the composer package to include 8.0 for the appropriate packages.
Not aware of anything that would shatter.
Is this something that can be done?
Yeah, it gives me this error when I try to upgrade to Laravel 8.0 :
Problem 1
- Conclusion: remove beyondcode/laravel-websockets 1.6.1
beyondcode/laravel-websockets 1.x-dev requires illuminate/support 5.8.*|^6.0|^7.0
Any fix for this would be appreciated guys!
@yashris The only way to fix this is two options:
|^8.0, pull from your own github.I don't think this project is very active anymore. So I would go with option one.
I hope this get merged soon.
Would like to keep the original repo linked and not my own github.
Merge. Please. I need Websockets in Combination with Jetstream <3
@AdamKyle the last release was only 22 days ago. BeyondCode are generally on it when it comes to these things, give it a couple of days 馃憤
You can use the dev-master version if you will to use Laravel Websockets with Laravel 8.x, until we get fixed the CI pipeline.
composer update beyondcode/laravel-websockets:"dev-master"
Sorry, wrong repo. I had some issues with the 8.x recently. I have tagged 1.7.0 for Laravel 8.x support, just make sure you got PHP 7.3+ on your local machine so you won't experience issues.
Most helpful comment
I hope this get merged soon.
Would like to keep the original repo linked and not my own github.