Closed windsondias closed 3 years ago
Which version of Laravel do you use?
Laravel Framework 8.15.0 Laravel Modules ^8.2
I re-checked. Also, it's working on my end. You can remove the "composer.lock" file before package installing and try to install by this command
composer require mhmiton/laravel-modules-livewire dev-master
I removed composer.lock and ran the command, returned the print error. If it's working for you it's probably something in my environment.
When are you installing other packages, this return the same error?
No, they work normally. In that same project I just installed fortify and had no problems, I have other projects with other packages and installed without problems too.
Hello @mhmiton!
Would you help me? When I try to install the package I get the following error:
"Could not find a version of package mhmiton/laravel-modules-livewire matching your minimum-stability (dev). Require it with an explicit version constraint allowing its desired stability."
I don't have much knowledge in composing. All the solutions I found on the web did not solve.
I tried to run:
composer require mhmiton/laravel-modules-livewire composer require mhmiton/laravel-modules-livewire:dev-master
"mhmiton/laravel-modules-livewire": "dev-master" composer update
If you can help me thank you in advance!!