Root composer.json requires filament/filament 3.2.1.4
Hi, I have the same problem. There are conflicts in my Composer dependencies, but I can't determine where the problem is. I created a project using Blade, and now I want to switch to Filament, but I can't install it.
my project was in github
https://github.com/Carlos-hub/happy_travel/
anyone can help me?
GitHub
GitHub - Carlos-hub/happy_travel
Contribute to Carlos-hub/happy_travel development by creating an account on GitHub.
4 Replies
The later versions of filament v2 required laravel 10 iirc. I’m thinking that is what is possibly causing the conflict.
Apparently, that is exactly what is happening, but Composer is not allowing me to upgrade the version. There is always a conflict with some package.
It was indeed a Laravel version issue. I had to delete the project to be able to upgrade the Filament version. Thank you!
Check out laravel shift too. It’s really good with helping out with laravel upgrades.
delete composer.lock, run composer update and re-install the filament. you may need to alter some plugin in the vendor folder. They could require conflict dependencies. Consider to install those conflict after Filament.