From 98b0af1386f7ff730c3330e2525c1d66998c7f90 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 24 May 2016 10:47:44 +0100 Subject: [PATCH] Add _comment to schema to make it valid, fixes #5364 --- res/composer-schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/res/composer-schema.json b/res/composer-schema.json index e943b825c..fdcfeb9fc 100644 --- a/res/composer-schema.json +++ b/res/composer-schema.json @@ -483,6 +483,10 @@ "abandoned": { "type": ["boolean", "string"], "description": "Indicates whether this package has been abandoned, it can be boolean or a package name/URL pointing to a recommended alternative. Defaults to false." + }, + "_comment": { + "type": ["array", "string"], + "description": "A key to store comments in" } } }