1
0
Fork 0

Merge pull request #2417 from glensc/patch-2

Minor typo fix
pull/2421/head
Jordi Boggiano 2013-11-13 03:19:33 -08:00
commit 8d3c2dc9fc
1 changed files with 1 additions and 1 deletions

View File

@ -657,7 +657,7 @@ The following options are supported:
is periodically ran, this is the maximum size the cache will be able to use.
Older (less used) files will be removed first until the cache fits.
* **prepend-autoloader:** Defaults to `true`. If false, the composer autoloader
will not be prepended to existing autoloaders. This is sometimesrequired to fix
will not be prepended to existing autoloaders. This is sometimes required to fix
interoperability issues with other autoloaders.
* **github-domains:** Defaults to `["github.com"]`. A list of domains to use in
github mode. This is used for GitHub Enterprise setups.