Create an alias when composer runs out of memory

alias composer='php -d memory_limit=-1 `which composer`'

Working on a Drupal module using composer

Altering Drupals composer.json to fetch a particular Drupal module git checkout.