Skip to content

Instantly share code, notes, and snippets.

# Upgrading
Open up `composer.json` and change the two instances of the version to the version you wish to upgrade to.
Check the versions of any modules installed under the `require` section and update as required.
The modules under `require-dev` may also be out of date, so you'll need to download the version of Magento you are upgrading to and check the composer.json to see if any newer versions have been added.
Now run:
```shell