Created
January 23, 2017 09:58
-
-
Save versedi/d9fdc0c1b4f49443caf27e596d8791c0 to your computer and use it in GitHub Desktop.
Disable xdebug when running composer
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 -d memory_limit=-1 -d extension=json.so -d extension=phar.so -d extension=pdo.so -d extension=tokenizer.so -d extension=ctype.so -d extension=dom.so -d extension=mbstring.so -d extension=mcrypt.so -d extension=xmlreader.so -d extension=xmlrpc.so -d extension=xmlwriter.so -d extension=curl.so -d extension=xml.so ~/bin/composer' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment