Reorder config slightly
parent
613526bab2
commit
f7525ddf52
|
@ -281,6 +281,13 @@
|
|||
"type": "object",
|
||||
"description": "Composer options.",
|
||||
"properties": {
|
||||
"platform": {
|
||||
"type": "object",
|
||||
"description": "This is a hash of package name (keys) and version (values) that will be used to mock the platform packages on this machine.",
|
||||
"additionalProperties": {
|
||||
"type": ["string", "boolean"]
|
||||
}
|
||||
},
|
||||
"process-timeout": {
|
||||
"type": "integer",
|
||||
"description": "The timeout in seconds for process executions, defaults to 300 (5mins)."
|
||||
|
@ -381,13 +388,6 @@
|
|||
"type": ["string", "boolean"],
|
||||
"description": "What to do after prompting for authentication, one of: true (store), false (do not store) or \"prompt\" (ask every time), defaults to prompt."
|
||||
},
|
||||
"platform": {
|
||||
"type": "object",
|
||||
"description": "This is a hash of package name (keys) and version (values) that will be used to mock the platform packages on this machine.",
|
||||
"additionalProperties": {
|
||||
"type": ["string", "boolean"]
|
||||
}
|
||||
},
|
||||
"vendor-dir": {
|
||||
"type": "string",
|
||||
"description": "The location where all packages are installed, defaults to \"vendor\"."
|
||||
|
|
Loading…
Reference in New Issue