Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kylegato
Created October 29, 2014 00:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kylegato/ca8f83e6e71955f4b30c to your computer and use it in GitHub Desktop.
Save kylegato/ca8f83e6e71955f4b30c to your computer and use it in GitHub Desktop.
curl -sS https://getcomposer.org/installer > /tmp/composer_install.php && /usr/local/bin/php /tmp/composer_install.php --install-dir=/usr/local/bin && mv /usr/local/bin/composer.phar /usr/local/bin/composer:
cmd.run:
- unless: /usr/local/bin/composer --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment