1
0
Fork 0

added source key, and support section to arraydumper

pull/426/head
digitalkaoz 2012-03-16 08:44:36 +01:00
parent 7cdb793b40
commit 7bbe60459f
2 changed files with 5 additions and 0 deletions

View File

@ -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"
} }
} }
} }

View File

@ -36,6 +36,7 @@ class ArrayDumper
'keywords', 'keywords',
'autoload', 'autoload',
'repositories', 'repositories',
'support'
); );
$data = array(); $data = array();