1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +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" },
{
"type": "array",
"items": {
"type": { "$ref": "#/definitions/inline-package" }
}
"items": { "$ref": "#/definitions/inline-package" }
}
]
}