Can't upgrade to Laravel 5.4 because MultiServerEvent is locked to 5.1, 5.2, and 5.3.
I haven't changed it and tried it in production, but I looked through the code and didn't see any breaking changes that might need to be changed. Taylor made some changes to Containers (binding, make method, resolving, after resolving, and now share is removed), but all your code really does is run the container so you should be good!
Can't upgrade to Laravel 5.4 because MultiServerEvent is locked to 5.1, 5.2, and 5.3.
I haven't changed it and tried it in production, but I looked through the code and didn't see any breaking changes that might need to be changed. Taylor made some changes to Containers (binding, make method, resolving, after resolving, and now share is removed), but all your code really does is run the container so you should be good!