F
Filament2y ago
ramo

i get error when try to install filament v.2

hi i get this error when try to instal filament v.2
Solution:
Maybe try adding the constraint manually in composer.json and run composer install
Jump to solution
14 Replies
Dennis Koch
Dennis Koch2y ago
Read the error message. In your composer.json you already set 2.0 as your filament version?
ramo
ramoOP2y ago
hi dennis i try to but still get same erorr
Dennis Koch
Dennis Koch2y ago
You try to what? Show your composer.json
Dennis Koch
Dennis Koch2y ago
Do you really want v2 instead of v3? Otherwise just use composer require filament/filament
ramo
ramoOP2y ago
yes iwant to install v2
ramo
ramoOP2y ago
Dennis Koch
Dennis Koch2y ago
I don't get why it says 2.0 when you gave ^2.0 Can you try again without quotes? composer require filament/filament:^2.0?
ramo
ramoOP2y ago
I try without quotes but i get same error!
Dennis Koch
Dennis Koch2y ago
Sorry I don’t know why composer behaves that way.
Solution
Dennis Koch
Dennis Koch2y ago
Maybe try adding the constraint manually in composer.json and run composer install
ramo
ramoOP2y ago
thank you 🙏
Dennis Koch
Dennis Koch2y ago
Did it work? Or still the same issue?
ramo
ramoOP2y ago
yes it work thank you

Did you find this page helpful?