Composer-Setup 2.6
2012-12-01
- Added proxy support. This checks for an
http_proxyenvironment 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. Setshttp_proxylocally for install.phar if a proxy was used. Note that authenticated proxies are only supported using anhttp_proxyvariable. - Reworked tests to incorporate proxy support.
- Minor tweaks and doc improvements.