getting an istall error
Problem 1
- Root composer.json requires filament/filament 3.2 -> satisfiable by filament/filament[v3.2.0].
- filament/filament v3.2.0 requires illuminate/console ^10.0 -> found illuminate/console[v10.0.0, ..., v10.48.28] but these were not loaded, likely because it conflicts with another require.
4 Replies
run something like composer why-not illuminate/console 10.0.0 to see what package is causing the issue
wdym
Are you on windows? And are you explicitly trying to install v3.2.0?
Latest is 3.2.140
There is a composer bug in windows where it ignores the ^. One solution would be to add “filament/filament”: “^3.2” manually to the composer.json and run “composer update”
Maybe search the help thread too, this has been brought up a few times. Maybe those solutions will help you.
Solution
