Add documentation for providers option
With composer/satis#295 an option for dumping provider includes was added which is missing here in the docspull/5876/head
parent
30e8845b1e
commit
cc932e5bda
|
@ -305,6 +305,7 @@ Dev dependencies are packaged only if the `require-dev-dependencies` parameter i
|
|||
|
||||
### Other options
|
||||
|
||||
* `providers`: optional, `false` by default, when enabled (`true`) each package will be dumped into a separate include file which will be only loaded by composer when the package is really required. Speeds up composer handling for repositories with huge number of packages like f.i. packagist.
|
||||
* `output-dir`: optional, defines where to output the repository files
|
||||
if not provided as an argument when calling the `build` command.
|
||||
* `config`: optional, lets you define all config options from composer, except `archive-format` and `archive-dir` as the configuration is done through [archive](#downloads) instead. See
|
||||
|
|
Loading…
Reference in New Issue