Skip to content

Instantly share code, notes, and snippets.

@solancer
Created October 7, 2017 11:58
Show Gist options
  • Select an option

  • Save solancer/38bafcc3530ab621c535675a82163253 to your computer and use it in GitHub Desktop.

Select an option

Save solancer/38bafcc3530ab621c535675a82163253 to your computer and use it in GitHub Desktop.
Composer On MAMP
PHP_VERSION=`ls /Applications/MAMP/bin/php/ | sort -n | tail -1`
alias composer='php /Applications/MAMP/bin/php/${PHP_VERSION}/bin/composer.phar'
export PATH=/Applications/MAMP/bin/php/${PHP_VERSION}/bin:$PATH export
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment