Upgrade GC to new version with Composer

Hi,

Maybe it is an obvious question, however I have not found information about this.

I would like to upgrad my GC 3.0.x to new version 3.0.9 and I have composer installed and I have used Composer to install GC in my CI4.

I suppose I have to repeat the installation wizard, is that correct?

Really thanks for the answers.

Bests regards,

Alberto

If you have previously completed the composer wizard steps, then simply place your recently downloaded (zip) archive into the artifacts folder and execute the following commands in order to update GCE to a new version:

composer update
php spark publish 

Update done!

Thanks.