Update composer.json
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "fguillot/kanboard",
|
||||
"type": "project",
|
||||
"description": "Kanban project management software",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
@@ -7,6 +8,11 @@
|
||||
"name": "Frédéric Guillot"
|
||||
}
|
||||
],
|
||||
"config": {
|
||||
"preferred-install": "dist",
|
||||
"optimize-autoloader": true,
|
||||
"discard-changes": true
|
||||
},
|
||||
"require" : {
|
||||
"php" : ">=5.3",
|
||||
"ext-mbstring" : "*",
|
||||
|
||||
Reference in New Issue
Block a user