This is simple approach to work-around the missing --global option in Composer. See composer/composer#55
It reads the dependencies from a local composer.json file and installs them
into a global location (e.g. /usr/local/lib/composer
) and creates a light-weight
local Composer installation providing the necessary autoload magic.