Browse Source

Update json-schema

Jordi Boggiano 13 years ago
parent
commit
044081691f
1 changed files with 26 additions and 1 deletions
  1. 26 1
      doc/composer-schema.json

+ 26 - 1
doc/composer-schema.json

@@ -37,7 +37,7 @@
             "required": true
         },
         "license": {
-            "type": "string",
+            "type": ["string", "array"],
             "description": "License name",
             "optional": true
         },
@@ -73,6 +73,31 @@
             "additionalProperties": true,
             "optional": true
         },
+        "replace": {
+            "type": "object",
+            "additionalProperties": true,
+            "optional": true
+        },
+        "conflict": {
+            "type": "object",
+            "additionalProperties": true,
+            "optional": true
+        },
+        "provide": {
+            "type": "object",
+            "additionalProperties": true,
+            "optional": true
+        },
+        "recommend": {
+            "type": "object",
+            "additionalProperties": true,
+            "optional": true
+        },
+        "suggest": {
+            "type": "object",
+            "additionalProperties": true,
+            "optional": true
+        },
         "extra": {
             "type": ["object", "array"],
             "additionalProperties": true,