This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
NewerOlder