Skip to content

Instantly share code, notes, and snippets.

@peter-mcconnell
Created February 24, 2014 11:13
Show Gist options
  • Select an option

  • Save peter-mcconnell/9186385 to your computer and use it in GitHub Desktop.

Select an option

Save peter-mcconnell/9186385 to your computer and use it in GitHub Desktop.
Composer - update composer to latest version
composer self-update
## ---------- or ------------ ##
rm /usr/local/bin/composer
curl -s https://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/composer
composer self-update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment