1
0
Fork 0

define types for autoload and repositories

pull/61/head
Igor Wiedler 2011-10-22 21:44:19 +02:00 committed by Jordi Boggiano
parent be47991b36
commit 611639d26d
1 changed files with 13 additions and 0 deletions

View File

@ -109,6 +109,19 @@
},
"autoload": {
"type": "object",
"properties": {
"psr-0": {
"type": "object",
"additionalProperties": true
},
"pear": {
"type": "object",
"additionalProperties": true
}
}
},
"repositories": {
"type": ["object", "array"],
"additionalProperties": true
}
}