Conflict with composer packages #1864
Fulfi74
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There is a conflict with " livewire-powergrid " and " laravel-modules-livewire " if you are running "power-components/livewire-powergrid" v6 and "mhmiton/laravel-modules-livewire" v5 in our case it was "mhmiton/laravel-modules-livewire": "*" and "power-components/livewire-powergrid": "^6.0"
When trying to run composer update the installation will work but package:discover will go in an infinite loop and give an error.
To temporarily make it work with no bugs we run "mhmiton/laravel-modules-livewire": "v3.0.0" this version seems to be stable for powergrid, any other version there are instability in our system ( this could be a problem on our end with small instabilitys)
Beta Was this translation helpful? Give feedback.
All reactions