Shopware über composer: Update von 6.1.4 auf 6.1.5

Hallo Zusammen. Ich habe das production template über composer für den live shop installiert. Dies hat soweit auch alles funktioniert. Jetzt steht ein Update bereit von 6.1.4 auf 6.1.5. Meine Frage jetzt ist, wie ich vorgehe, da ich das bei Shopware noch nie über composer gemacht habe und ich nichts kaputtmachen möchte.
In github steht für das update (beim production template):

To update Shopware 6 just run this:

pull newest changes from origin

git pull origin

the (pre|post)-(install|update)-cmd will execute all steps automatically

composer install

Des Weiteren habe ich die Möglichkeit im Shop Backend einfach das Update zu starten. Wie soll ich vorgehen?

Ich habe noch Folgendes gefunden. Allerdings kann ich ja ./psh.phar garnicht ausführen, da das ja das production template ist und nicht development

./psh.phar update should help you there, so the workflow would be:

  1. check out new version of shopware
  2. composer update
  3. ./psh.phar update

Vermutlich muss ich nach dem composer update folgendes ausführen?

  1. bin/console system:update-prepare #Run update preparations before the update. Do not update if this fails
  2. bin/console system:update-finish    #Executes the migrations and finishes the update

Hat sich erledigt. Ein einfaches:
 

composer update

hat ausgereicht. Wearing-Sunglasses (Wie es sein soll)