Created
June 18, 2018 10:42
-
-
Save fongreecss/5ea6c27c0077976466d58242886d5b80 to your computer and use it in GitHub Desktop.
Install composer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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