1
0
Fork 0

Merge pull request #401 from igorw/proxy-docs

Proxy docs
pull/402/merge
Jordi Boggiano 2012-03-06 15:27:51 -08:00
commit 8198292619
3 changed files with 9 additions and 3 deletions

View File

@ -74,7 +74,7 @@ Here are some examples of version branch names:
1.1.* 1.1.*
> **Note:** When you install a dev version, it will install it from source. > **Note:** When you install a dev version, it will install it from source.
See [Repositories] for more information. See [Repositories](05-repositories) for more information.
## Lock file ## Lock file

View File

@ -166,7 +166,7 @@ For example:
### COMPOSER_VENDOR_DIR ### COMPOSER_VENDOR_DIR
By setting this option you can make composer install the dependencies into a By setting this var you can make composer install the dependencies into a
directory other than `vendor`. directory other than `vendor`.
### COMPOSER_BIN_DIR ### COMPOSER_BIN_DIR
@ -178,3 +178,9 @@ directory to something other than `vendor/bin`.
This env var controls the time composer waits for commands (such as git This env var controls the time composer waits for commands (such as git
commands) to finish executing. The default value is 60 seconds. commands) to finish executing. The default value is 60 seconds.
### HTTP_PROXY
If you are using composer from behind an HTTP proxy, you can use the standard
`HTTP_PROXY` or `http_proxy` env vars. Simply set it to the URL of your proxy.
Many operating systems already set this variable for you.

View File

@ -247,7 +247,7 @@ The following repository types are supported:
composer whatsoever you can define the package inline using a `package` composer whatsoever you can define the package inline using a `package`
repository. You basically just inline the `composer.json` object. repository. You basically just inline the `composer.json` object.
For more information on any of these, see [Repositories]. For more information on any of these, see [Repositories](05-repositories).
Example: Example: