Problems installing

When trying to install Filament V3 on a newly created Laravel project, I get these errors: Problem 1 - filament/support v3.0.0 requires livewire/livewire ^3.0 -> found livewire/livewire[v3.0.0-beta.1, ..., v3.0.0-beta.5] but it does not match your minimum-stability. - filament/filament v3.0.0 requires filament/support v3.0.0 -> satisfiable by filament/support[v3.0.0]. - Root composer.json requires filament/filament ^3.0 -> satisfiable by filament/filament[v3.0.0].
Solution:
I guess I needed to change this setting in composer.json "minimum-stability": "dev",
Jump to solution
4 Replies
Daniel Plomp
Daniel PlompOP16mo ago
What can I do to solve these?
Serge
Serge16mo ago
I'm getting the exact same error trying to upgrade from v2
Solution
Daniel Plomp
Daniel Plomp16mo ago
I guess I needed to change this setting in composer.json "minimum-stability": "dev",
Rah Dean
Rah Dean16mo ago
set "minimum-stability": "dev" in the composer.json file
Want results from more Discord servers?
Add your server