Skip to content

Instantly share code, notes, and snippets.

@lazyjerry
Last active September 27, 2017 17:24
Show Gist options
  • Save lazyjerry/26627b48a3ab7236c88fa4a918a704dd to your computer and use it in GitHub Desktop.
Save lazyjerry/26627b48a3ab7236c88fa4a918a704dd to your computer and use it in GitHub Desktop.
sudo yum -y update
cd /tmp
sudo curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment