|
@@ -581,8 +581,9 @@ The following options are supported:
|
|
higher if you have a slow connection or huge vendors.
|
|
higher if you have a slow connection or huge vendors.
|
|
* **use-include-path:** Defaults to `false`. If true, the Composer autoloader
|
|
* **use-include-path:** Defaults to `false`. If true, the Composer autoloader
|
|
will also look for classes in the PHP include path.
|
|
will also look for classes in the PHP include path.
|
|
-* **prefer-source:** Defaults to `false`. If true, Composer will always prefer
|
|
|
|
- source installs.
|
|
|
|
|
|
+* **preferred-install:** Defaults to `auto` and can be any of `source`, `dist` or
|
|
|
|
+ `auto`. This option allows you to set the install method Composer will prefer to
|
|
|
|
+ use.
|
|
* **github-protocols:** Defaults to `["git", "https", "http"]`. A list of
|
|
* **github-protocols:** Defaults to `["git", "https", "http"]`. A list of
|
|
protocols to use for github.com clones, in priority order. Use this if you are
|
|
protocols to use for github.com clones, in priority order. Use this if you are
|
|
behind a proxy or have somehow bad performances with the git protocol.
|
|
behind a proxy or have somehow bad performances with the git protocol.
|