From 1bfb4faac690fc8fe340fdfc7f70cea219359a4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kocsis=20M=C3=A1t=C3=A9?= Date: Fri, 2 Oct 2015 20:29:52 +0200 Subject: [PATCH] Removed unnecessary type in the JSON schema --- res/composer-schema.json | 1 - 1 file changed, 1 deletion(-) diff --git a/res/composer-schema.json b/res/composer-schema.json index 04802eabe..ec7d5869e 100644 --- a/res/composer-schema.json +++ b/res/composer-schema.json @@ -187,7 +187,6 @@ "description": "The cache max size for the files cache, defaults to \"300MiB\"." }, "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)." },