Skip to content

Instantly share code, notes, and snippets.

@fongreecss
Created June 18, 2018 10:42
Show Gist options
  • Save fongreecss/5ea6c27c0077976466d58242886d5b80 to your computer and use it in GitHub Desktop.
Save fongreecss/5ea6c27c0077976466d58242886d5b80 to your computer and use it in GitHub Desktop.
Install composer
function installcomposer() {
sudo wget https://getcomposer.org/download/1.6.5/composer.phar -O /usr/local/bin/composer
sudo chmod +x /usr/local/bin/composer
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment