1
0
Fork 0

Add note to schema

pull/19/head
Jordi Boggiano 2011-09-21 23:03:17 +02:00
parent d27691a67f
commit c67d8ee2a3
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
"required": true
},
"type": {
"description": "Package type, either 'Library', or the parent project it applies to if it's a plugin for a framework or application (e.g. 'Symfony2', 'Typo3', 'Drupal', ..).",
"description": "Package type, either 'Library', or the parent project it applies to if it's a plugin for a framework or application (e.g. 'Symfony2', 'Typo3', 'Drupal', ..), note that this has to be defined and communicated by any project implementing a custom composer installer, those are just unreliable examples.",
"type": "string",
"optional": true
},