Skip to content

Composer-Setup 2.6

Choose a tag to compare

@johnstevenson johnstevenson released this 16 Oct 18:21

2012-12-01

  • Added proxy support. This checks for an http_proxy environment variable and the user's registry settings at HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings. It tries all the settings it finds, before falling back to a plain request. Sets http_proxy locally for install.phar if a proxy was used. Note that authenticated proxies are only supported using an http_proxy variable.
  • Reworked tests to incorporate proxy support.
  • Minor tweaks and doc improvements.