From 0b27952dec81e3db5abc62fc1e2ca53e71c745f3 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 3 Jan 2017 11:34:29 +0100 Subject: [PATCH] Fix typo --- res/composer-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/composer-schema.json b/res/composer-schema.json index 4eb446f5d..6c3f65ef8 100644 --- a/res/composer-schema.json +++ b/res/composer-schema.json @@ -756,7 +756,7 @@ "type": ["object"], "properties": { "exclude": { - "type": "array", + "type": "array" } } },