Last active
September 16, 2015 10:36
-
-
Save bluemanos/4d8ce3bdb5e988e204df to your computer and use it in GitHub Desktop.
Composer with default --profile option
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
#!/bin/sh | |
/path/to/your/composer $* --profile | |
# and place the composer gist file in location like /usr/local/bin/composer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment