1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 08:32:56 +00:00

Fix the JSON schema for package repositories

This commit is contained in:
Christophe Coevoet 2018-04-25 20:36:43 +02:00 committed by GitHub
parent 0704cd5142
commit 61f54e19ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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