Skip to content

Instantly share code, notes, and snippets.

@amandasaffer
Last active June 16, 2016 03:27
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 amandasaffer/265cb7c8a6ae5cbb2552b8dcbda70462 to your computer and use it in GitHub Desktop.
Save amandasaffer/265cb7c8a6ae5cbb2552b8dcbda70462 to your computer and use it in GitHub Desktop.
// install composer on Mavericks
curl -sS https://getcomposer.org/installer | php
sudo mv composer.phar /usr/bin/composer
composer
// upgrade php on mac os x
curl -s http://php-osx.liip.ch/install.sh | bash -s 7.0
sudo mv /usr/bin/php /usr/bin/php5424
sudo ln -s /usr/local/php5/bin/php /usr/bin/php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment