added source key, and support section to arraydumper
parent
7cdb793b40
commit
7bbe60459f
|
@ -219,6 +219,10 @@
|
|||
"irc": {
|
||||
"type": "string",
|
||||
"description": "Irc support channel"
|
||||
},
|
||||
"source": {
|
||||
"type": "string",
|
||||
"description": "URL to the sources"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -36,6 +36,7 @@ class ArrayDumper
|
|||
'keywords',
|
||||
'autoload',
|
||||
'repositories',
|
||||
'support'
|
||||
);
|
||||
|
||||
$data = array();
|
||||
|
|
Loading…
Reference in New Issue