Hi everyone,
I use the following command to get the list of all packages which can be updated.
composer update --dry-run
Ho can I update only one plugin (a given plugin) using command line ?
Regards,
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Nikolai Shcherbin@rivervanrain
Nikolai Shcherbin - 1 like
- Jerome Bakker@jeabakker
Jerome Bakker - 1 like
- Hermand Pessek@rheman
Hermand Pessek - 0 likes
You must log in to post replies.this would update Elgg, you can replace `elgg/elgg` with any plugin you wish to update.
Also have a look at https://getcomposer.org/doc/01-basic-usage.md#updating-dependencies-to-their-latest-versions
thanks a lot