Update composer.json

This commit is contained in:
Frederic Guillot
2015-12-29 19:44:15 +01:00
parent 8ca1809bd6
commit be42c0c069
2 changed files with 26 additions and 17 deletions

View File

@@ -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" : "*",