Upgrading from v2 to v3: dependencies issue
I am trying to upgrade to v3 from an existing v2 project, and I'm following the https://filamentphp.com/docs/3.x/panels/upgrade-guide
I followed all instructions, but when I run
composer update
I get this list of errors (see attachment).
I did not install Livewire v3 yet, as recommended in the Filament upgrade guide ("Please upgrade Filament before upgrading to Livewire v3").
Am I missing something?Solution:Jump to solution
You should run the upgrade script, then upgrade Livewire 3 and Filament 3 through composer at the same time.
1 Reply
Solution
You should run the upgrade script, then upgrade Livewire 3 and Filament 3 through composer at the same time.