The following topics apply to you only if you used git clone
to install the Magento CE GitHub repository. This usually means you contribute code to the Magento CE codebase.
- To update the Magento software, use
git pull origin
andcomposer update
- To add, remove, or update components, modify
composer.json
and runcomposer update
- To reinstall the Magento software, modify the product version in
composer.json
, runcomposer update
, then reinstall the Magento software
If you are not a contributing developer, you perform upgrades and upgrades as discussed in Updating the Magento application and components.
Find us on