Browse Source

Other options

JamesRezo 9 years ago
parent
commit
b63cfb7b37
1 changed files with 7 additions and 0 deletions
  1. 7 0
      doc/articles/handling-private-packages-with-satis.md

+ 7 - 0
doc/articles/handling-private-packages-with-satis.md

@@ -279,3 +279,10 @@ When searching for packages, satis will attempt to resolve all the required pack
 Therefore, if you are requiring a package from Packagist, you will need to define it in your `satis.json`.
 
 Dev dependencies are packaged only if the `require-dev-dependencies` parameter is set to true.
+
+### Other options
+
+ * `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
+   (http://getcomposer.org/doc/04-schema.md#config)