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