Unable to install due to conflicts... on a fresh install

Title. Some info: I use Laragon, PHP 8.3.6, Laravel 11 (newest one) And yes, when I said fresh install, I just did a laravel new filament and pasted in composer require filament/filament:"^3.2" -W, but it gave me this message:
PS C:\laragon\www\filament> 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.0.0, ..., v10.48.10] 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.10].
- 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:\laragon\www\filament>
PS C:\laragon\www\filament> 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.0.0, ..., v10.48.10] 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.10].
- 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:\laragon\www\filament>
Would love to share more info. Also, I would prefer not to use strict versions (ie., filament/filament:"3.2.1.4".
1 Reply
reihanboo
reihanbooOP7mo ago
Also, here's my php -m:
PS C:\laragon\www\filament> php -m
[PHP Modules]
bcmath
calendar
Core
ctype
curl
date
dom
exif
fileinfo
filter
gd
hash
iconv
intl
json
libxml
mbstring
mysqli
mysqlnd
odbc
openssl
pcre
PDO
pdo_mysql
pdo_pgsql
Phar
random
readline
Reflection
session
SimpleXML
SPL
standard
tokenizer
xml
xmlreader
xmlwriter
xsl
zip
zlib

[Zend Modules]

PS C:\laragon\www\filament>
PS C:\laragon\www\filament> php -m
[PHP Modules]
bcmath
calendar
Core
ctype
curl
date
dom
exif
fileinfo
filter
gd
hash
iconv
intl
json
libxml
mbstring
mysqli
mysqlnd
odbc
openssl
pcre
PDO
pdo_mysql
pdo_pgsql
Phar
random
readline
Reflection
session
SimpleXML
SPL
standard
tokenizer
xml
xmlreader
xmlwriter
xsl
zip
zlib

[Zend Modules]

PS C:\laragon\www\filament>
Alright I think I solved it. My configurations are already correct, I just needed to restart my terminal.
Want results from more Discord servers?
Add your server