Skip to content

Instantly share code, notes, and snippets.

@versedi
Created January 23, 2017 09:58
Show Gist options
  • Save versedi/d9fdc0c1b4f49443caf27e596d8791c0 to your computer and use it in GitHub Desktop.
Save versedi/d9fdc0c1b4f49443caf27e596d8791c0 to your computer and use it in GitHub Desktop.
Disable xdebug when running composer
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