1
0
Fork 0

Update composer-schema with archive configuration

pull/4069/head
Thibault Jamet 2015-05-27 09:20:07 +02:00
parent 1eec4fdfa5
commit 3ab05fb54f
1 changed files with 8 additions and 0 deletions

View File

@ -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 \".\"."
}
}
},