I found a couple related posts, but those don\'t really answer my question. Let\'s say I want to install this package: https://github.com/pear/Net_Socket
an excerpt
composer update --prefer-dist works fine, but it might be simpler to just change the default download method for composer packages (composer.json):
composer update --prefer-dist
{ "config": { "preferred-install": { "*": "dist" } } }
https://getcomposer.org/doc/06-config.md#preferred-install