I set the HTTP_PROXY
environment variable which points to a proxy server where Composer performs faster:
export HTTP_PROXY="http://username:password@webproxy.com:port"
I set the HTTP_PROXY
environment variable which points to a proxy server where Composer performs faster:
export HTTP_PROXY="http://username:password@webproxy.com:port"