laravel-enso / enso

Laravel Vue SPA, Bulma themed. For demo login use `admin@laravel-enso.com` & `password` -
https://www.laravel-enso.com
MIT License
1.08k stars 277 forks source link

Bug Found - Enzo Project Broke When We Composer Update #357

Closed JashanKhela closed 3 years ago

JashanKhela commented 3 years ago

This is a bug.

Prerequisites

Description

When we deleted our composer.lock file and ran composer install today our whole app broke because of the upgrade to laravael-enso/io to 2.2.2. When we tried to run composer update and/or install we get the latest version of this package which causes the backend of our app to break with an error persisting to the WebsocketServiceProvider.php file. For now, we have saved our composer.lock file with version 2.0.2 of laravel-enso/io which doesn't cause the app to break. How can we update our app to work and compile with the new /io package?

Screen Shot 2020-12-14 at 1 35 32 PM Screen Shot 2020-12-14 at 1 37 10 PM
aocneanu commented 3 years ago

What's the error reported by the linter?