Composer Update

How can i run the composer update after i upgrade my SuiteCRM? Thanks in advance.

You don’t need to run “composer”. The upgrade packages will bring in the necessary files.

If you do run composer, you shouldn’t run “composer update”, you should run from the command-line (after installing composer):

composer install --no-dev

It’s misleading, but “install” actually updates software. The “update” command can upgrade packages beyond the versions recommended by SuiteCRM, and will bring you trouble.