From ca0b5495b6b9119b8c8c6bdf02039b7420994ebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kocsis=20M=C3=A1t=C3=A9?= Date: Sat, 21 Feb 2015 20:19:32 +0100 Subject: [PATCH] Made the type of bin-compat to enum in Composer schema --- res/composer-schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/res/composer-schema.json b/res/composer-schema.json index 4fad42ce9..ca623bfca 100644 --- a/res/composer-schema.json +++ b/res/composer-schema.json @@ -183,6 +183,7 @@ }, "bin-compat": { "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)." }, "discard-changes": {