Skip to content

Instantly share code, notes, and snippets.

@dompascal
Created February 15, 2014 14:42
Show Gist options
  • Save dompascal/9020181 to your computer and use it in GitHub Desktop.
Save dompascal/9020181 to your computer and use it in GitHub Desktop.
Install - Composer gloablly on OSX.
1. Install composer in Terminal with curl -s getcomposer.org/installer | php -d detect_unicode=Off
2. Move composer to the bin directory so it can be used globally with 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