Filament Install Error
how to fix below error in install filament
PS C:\Users\Shashika\Desktop\programs> 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
- 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.10] but these were not loaded, likely because it conflicts with another require.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Versions and constraints - Composer
A Dependency Manager for PHP
3 Replies
Common issue that windows shell somehow ignore
^
. Try without the version.