Explorar o código

Merge pull request #7286 from stof/patch-1

Fix the JSON schema for package repositories
Rob %!s(int64=7) %!d(string=hai) anos
pai
achega
69d25c090e
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      res/composer-schema.json

+ 1 - 3
res/composer-schema.json

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