Hello everyone, I am trying to install filament on the latest laravel release which is version 11, I've installed livewire and that went smoothly. However, trying to install filament throws the below error from composer.
Your requirements could not be resolved to an installable set of packages.
Problem 1
- illuminate/console[v10.0.0, ..., v10.48.2] require nunomaduro/termwind ^1.13 -> found nunomaduro/termwind[v1.13.0, ..., v1.15.1] but these were not loaded, likely because it conflicts with another require.
- filament/filament v3.2.0 requires illuminate/console ^10.0 -> satisfiable by illuminate/console[v10.0.0, ..., v10.48.2].
- Root composer.json requires filament/filament 3.2 -> satisfiable by filament/filament[v3.2.0].
I used the official command from the doc: composer require filament/filament:"^3.2" -W
Any idea on how to fix this please?