Last Reviewed: 2022-12-12
Upgrade Drupal Core Using Composer
-
Use Composer to update your site requirements:
-
If you have
core-devinstalled, enter the following command (skip this step if you do not havecore-devinstalled): -
Run
composer update:If this command returns an error, check the output for any incompatible modules or themes and check the Upgrade Status under Reports in the Multidev environment.
-
Commit the changes and push them to the development environment: