- Issue created by @leeksoup
I'm updating my site but the Tagcloud module doesn't update with core and dependencies.
1. Review available updates at /admin/reports/updates
. This shows that I have 2.0.9 currently installed but 2.0.10 is available.
2. Update Drupal with all dependencies using composer: composer update "drupal/core-*" -W
3. Since Tagcloud doesn't update with that command, I have to do it by itself.
composer update drupal/tagcloud -W --dry-run
Module should update with the core-* & dependencies update in step 2 above. Tagcloud is not the only such module ... some update with core-* & dependencies but some don't. Is there something I should do differently to make this happen? Thanks.
Active
2.0
Miscellaneous