The "3.2" constraint for "filament/filament"

I'm trying to instal filament on a fresh laravel 11 seup but I get this error message all the time. ./composer.json has been updated Running composer update filament/filament --with-all-dependencies Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages. Problem 1 - illuminate/console[v10.0.0, ..., v10.48.12] 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.12]. - Root composer.json requires filament/filament 3.2 -> satisfiable by filament/filament[v3.2.0]. Installation failed, reverting ./composer.json and ./composer.lock to their original content.
No description
Solution:
is a windows thingy I think... if you use
composer require filament/filament -W
composer require filament/filament -W
...
Jump to solution
4 Replies
Solution
Tally
Tally2mo ago
is a windows thingy I think... if you use
composer require filament/filament -W
composer require filament/filament -W
it pulls in the last version
mounirammi
mounirammi2mo ago
Thanks man, that fixed the issu. I appreciate your time to help🤟
Tally
Tally2mo ago
🙂 you're welcome!
ed1431
ed14314w ago
[windows 11 + laravel 11] this fixed it for me: composer require filament/filament -W --ignore-platform-req=ext-zip
Want results from more Discord servers?
Add your server
More Posts