Browse Source

Merge pull request #7286 from stof/patch-1

Fix the JSON schema for package repositories
Rob 7 years ago
parent
commit
69d25c090e
1 changed files with 1 additions and 3 deletions
  1. 1 3
      res/composer-schema.json

+ 1 - 3
res/composer-schema.json

@@ -678,9 +678,7 @@
                         { "$ref": "#/definitions/inline-package" },
                         { "$ref": "#/definitions/inline-package" },
                         {
                         {
                             "type": "array",
                             "type": "array",
-                            "items": {
-                                "type": { "$ref": "#/definitions/inline-package" }
-                            }
+                            "items": { "$ref": "#/definitions/inline-package" }
                         }
                         }
                     ]
                     ]
                 }
                 }