#!/usr/bin/env sh
export XDEBUG_MODE=off
/usr/local/bin/php -d memory_limit=-1 /usr/local/bin/composer.phar "$@"
