Created
December 9, 2017 11:18
-
-
Save matheusfaustino/99d9e6dd2ec22253704e183c9a1ee76b to your computer and use it in GitHub Desktop.
Composer alias excluding xdebug in docker container
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
alias composer='php -n dextension=iconv.so -dextension=simplexml.so -dextension=xml.so -dextension=xmlwriter.so -dextension=dom.so -dextension=tokenizer.so -dextension=json.so -dextension=pdo.so -dextension=phar.so -dextension=zip.so -dextension=gd.so -dextension=mbstring.so -dextension=apcu.so -dextension=intl.so /usr/local/bin/composer'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment