I use composer on a network where the only way to access the internet is using HTTP or socks proxy. I have http_proxy and https_proxy environment variables. When compose tri
If you have to use credentials try this:
export HTTP_PROXY="http://username:password@webproxy.com:port"