From cc932e5bda32ef7f651a043cb5a86154fad21594 Mon Sep 17 00:00:00 2001 From: copitz Date: Fri, 18 Nov 2016 11:48:26 +0100 Subject: [PATCH] Add documentation for providers option With composer/satis#295 an option for dumping provider includes was added which is missing here in the docs --- doc/articles/handling-private-packages-with-satis.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/articles/handling-private-packages-with-satis.md b/doc/articles/handling-private-packages-with-satis.md index 0ce4123a3..38c6e1f03 100644 --- a/doc/articles/handling-private-packages-with-satis.md +++ b/doc/articles/handling-private-packages-with-satis.md @@ -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