Installation Process..?

PS C:\Users\Admin\Herd\disutils-main-dashboard> composer require filament/filament:"^3.2" -W
The "3.2" constraint for "filament/filament" appears too strict and will likely not match what you want. See https://getcomposer.org/constraints
./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.17.0, ..., v10.48.25] require nunomaduro/termwind ^1.13 -> found nunomaduro/termwind[v1.13.0, ..., v1.17.0] 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.25].
- 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.
PS C:\Users\Admin\Herd\disutils-main-dashboard> composer require filament/filament:"^3.2" -W
The "3.2" constraint for "filament/filament" appears too strict and will likely not match what you want. See https://getcomposer.org/constraints
./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.17.0, ..., v10.48.25] require nunomaduro/termwind ^1.13 -> found nunomaduro/termwind[v1.13.0, ..., v1.17.0] 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.25].
- 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.
10 Replies
RejectModders
RejectModdersOP2w ago
I am new to Filament, and just trying to get started, but have this issue..? Can someone help me?
joe?
joe?2w ago
i think @cheesegrits could help i suck at filament 😭
RejectModders
RejectModdersOP2w ago
I don't understand how this is failing on the FIRST step. I am just simply following the steps, there is no guide for this error in their docs.
Matthew
Matthew2w ago
Which command did you run?
RejectModders
RejectModdersOP2w ago
composer require filament/filament:"^3.2" -W I fixed it with just doing composer require filament/filament -W Idk why its causing an issue cuz when I took out 3.2, and it installed 3.2, weird stuff on windows ig
Matthew
Matthew2w ago
Huh. On a fresh laravel project? Check the filament version with php artisan about
RejectModders
RejectModdersOP2w ago
Ye Not on pc no more @Matthew
awcodes
awcodes2w ago
There’s a known issue with windows and the ^ in composer. Easiest thing to do is remove the version number and just require filament/filament or just add filament/filament: ^3.2 to your composer.json then run a composer update. I believe if you’re using WSL it should be fine though. 🤷
RejectModders
RejectModdersOP2w ago
Would be nice to state that in the docs 😁
Want results from more Discord servers?
Add your server