Codebase for Drupal WxT.
List of common commands are as follows:
Task | Composer |
---|---|
Latest version of a contributed project | composer require drupal/PROJECT_NAME:8.* |
Specific version of a contributed project | composer require drupal/PROJECT_NAME:8.1.0-beta5 |
Updating all projects including Drupal Core | composer update |
Updating a single contributed project | composer update drupal/PROJECT_NAME |
Updating Drupal Core exclusively | composer update drupal/core |