Bläddra i källkod

Update docs for #2314

Jordi Boggiano 11 år sedan
förälder
incheckning
6ce0bf7cbf
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. 3 0
      doc/04-schema.md

+ 3 - 0
doc/04-schema.md

@@ -652,6 +652,9 @@ The following options are supported:
   dist (zip, tar, ..) packages that it downloads. When the garbage collection
   dist (zip, tar, ..) packages that it downloads. When the garbage collection
   is periodically ran, this is the maximum size the cache will be able to use.
   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.
   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
+  interoperability issues with other autoloaders.
 * **notify-on-install:** Defaults to `true`. Composer allows repositories to
 * **notify-on-install:** Defaults to `true`. Composer allows repositories to
   define a notification URL, so that they get notified whenever a package from
   define a notification URL, so that they get notified whenever a package from
   that repository is installed. This option allows you to disable that behaviour.
   that repository is installed. This option allows you to disable that behaviour.