From 460f2f438e827c3aa48cabe242963414968fc0d3 Mon Sep 17 00:00:00 2001 From: Thibault Jamet Date: Wed, 27 May 2015 09:22:22 +0200 Subject: [PATCH] Update documentation with new archive configuration --- doc/04-schema.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/04-schema.md b/doc/04-schema.md index 768bb6cb4..66329de68 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -810,6 +810,11 @@ The following options are supported: updates when in non-interactive mode. `true` will always discard changes in vendors, while `"stash"` will try to stash and reapply. Use this for CI servers or deploy scripts if you tend to have modified vendors. +* **archive-format:** Defaults to `tar`. Composer allows you to add a default + archive format when the workflow needs to create a dedicated archiving format. +* **archive-dir:** Defaults to `.`. Composer allows you to add a default + archive directory when the workflow needs to create a dedicated archiving format. + Or for easier development between modules. Example: