Explorar o código

Fix the JSON schema for package repositories

Christophe Coevoet %!s(int64=7) %!d(string=hai) anos
pai
achega
61f54e19ce
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" }
                         }
                     ]
                 }