瀏覽代碼

Add _comment to schema to make it valid, fixes #5364

Jordi Boggiano 8 年之前
父節點
當前提交
98b0af1386
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      res/composer-schema.json

+ 4 - 0
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"
         }
     }
 }