Skip to content

Instantly share code, notes, and snippets.

@d0t15t
Last active October 18, 2021 09:06
Show Gist options
  • Save d0t15t/0a6e7555221ff64cff13cbc486e1f568 to your computer and use it in GitHub Desktop.
Save d0t15t/0a6e7555221ff64cff13cbc486e1f568 to your computer and use it in GitHub Desktop.
Update drupal with composer

Update drupal with composer

composer show drupal/core-recommended

composer update drupal/core "drupal/core-*" --with-all-dependencies

or without drupal/core-recommended (deprecated)

composer update drupal/core --with-dependencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment