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