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:
parent
0704cd5142
commit
61f54e19ce
1 changed files with 1 additions and 3 deletions
|
@ -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" }
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue