Skip to main content
Last Reviewed: 2022-12-12

Upgrade Drupal Core Using Composer


  1. Use Composer to update your site requirements:

  2. If you have core-dev installed, enter the following command (skip this step if you do not have core-dev installed):

  3. 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.

  4. Commit the changes and push them to the development environment: