Created
October 7, 2017 11:58
-
-
Save solancer/38bafcc3530ab621c535675a82163253 to your computer and use it in GitHub Desktop.
Composer On MAMP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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