Made the type of bin-compat to enum in Composer schema
parent
7b4fe767a4
commit
ca0b5495b6
|
@ -183,6 +183,7 @@
|
||||||
},
|
},
|
||||||
"bin-compat": {
|
"bin-compat": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
"enum": ["auto", "nosymlink", "full"],
|
||||||
"description": "The compatibility of the binaries, defaults to \"auto\" (automatically guessed) and can be \"nosymlink\" (compatible with Unix-based systems) or \"full\" (compatible with both Windows and Unix-based systems)."
|
"description": "The compatibility of the binaries, defaults to \"auto\" (automatically guessed) and can be \"nosymlink\" (compatible with Unix-based systems) or \"full\" (compatible with both Windows and Unix-based systems)."
|
||||||
},
|
},
|
||||||
"discard-changes": {
|
"discard-changes": {
|
||||||
|
|
Loading…
Reference in New Issue