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:Jump to solution
I guess I needed to change this setting in composer.json
"minimum-stability": "dev",
4 Replies
What can I do to solve these?
I'm getting the exact same error trying to upgrade from v2
Solution
I guess I needed to change this setting in composer.json
"minimum-stability": "dev",
set "minimum-stability": "dev" in the composer.json file