Kanboard requires at least PHP 5.6 now
This commit is contained in:
@@ -1 +1,15 @@
|
||||
{"name":"descriptor:command1","usage":["descriptor:command1", "alias1", "alias2"],"description":"command 1 description","help":"command 1 help","definition":{"arguments":[],"options":[]}}
|
||||
{
|
||||
"name": "descriptor:command1",
|
||||
"hidden": false,
|
||||
"usage": [
|
||||
"descriptor:command1",
|
||||
"alias1",
|
||||
"alias2"
|
||||
],
|
||||
"description": "command 1 description",
|
||||
"help": "command 1 help",
|
||||
"definition": {
|
||||
"arguments": [],
|
||||
"options": []
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user