Command:
To update the composer version
$ composer self-updateTo update the composer packages
All packages:
$ composer global update
For particular package only:
$ composer global update <package-name>
To list all composer package which are installed
$ composer global show
Comments
Post a Comment