From 3ab05fb54fa80e933c28e5e7506f0c9ecc4776a8 Mon Sep 17 00:00:00 2001 From: Thibault Jamet Date: Wed, 27 May 2015 09:20:07 +0200 Subject: [PATCH] Update composer-schema with archive configuration --- res/composer-schema.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/res/composer-schema.json b/res/composer-schema.json index fa0f5ce12..d427bfcb5 100644 --- a/res/composer-schema.json +++ b/res/composer-schema.json @@ -216,6 +216,14 @@ "github-expose-hostname": { "type": "boolean", "description": "Defaults to true. If set to false, the OAuth tokens created to access the github API will have a date instead of the machine hostname." + }, + "archive-format": { + "type": "string", + "description": "The default archiving format when not provided on cli, defaults to \"tar\"." + }, + "archive-dir": { + "type": "string", + "description": "The default archive path when not provided on cli, defaults to \".\"." } } },