Skip to content

Instantly share code, notes, and snippets.

@andrewdaluz
Last active February 12, 2019 00:05
Show Gist options
  • Save andrewdaluz/8c1e7a2823ec067a6294faeabbf64fe9 to your computer and use it in GitHub Desktop.
Save andrewdaluz/8c1e7a2823ec067a6294faeabbf64fe9 to your computer and use it in GitHub Desktop.
Install composer
sudo curl -sS https://getcomposer.org/installer | /usr/bin/php
sudo mv composer.phar /usr/bin/composer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment