|
|
## Core: ([Docs](https://www.drupal.org/docs/updating-drupal/updating-drupal-core-via-composer))
|
|
|
|
|
|
`composer update drupal/core "drupal/core-*" --with-all-dependencies`
|
|
|
|
|
|
### update database:
|
|
|
|
|
|
`drush updatedb`\
|
|
|
`drush cache:rebuild`
|
|
|
|
|
|
## Modules
|
|
|
|
|
|
### List
|
|
|
|
|
|
Listing modules to be updated
|
|
|
|
|
|
`composer outdated "drupal/*"`
|
|
|
|
|
|
### Update
|
|
|
|
|
|
`composer update drupal/modulename_1 drupal/modulename_2 (...) --with-dependencies` |
|
|
\ No newline at end of file |