Composer: fix composer.json

This commit is contained in:
Olivier PEREZ 2015-01-04 21:34:19 +01:00
parent 98018de541
commit 342440991a
2 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,9 @@
{
"name": "framasoft/framadate",
"description": "Application to facilitate the schedule of events or classic polls",
"keywords": "poll",
"keywords": [
"poll"
],
"version": "0.9.0",
"license": "CeCILL-B",
@ -12,6 +14,8 @@
},
"autoload": {
"psr-4": {"Framadate\\": "app/classes/Framadate/"}
"psr-4": {
"Framadate\\": "app/classes/Framadate/"
}
}
}

2
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "f74efbf4d641243e743a7e0c7587d227",
"hash": "4bf9a3fa30eb400c9ed140dd2d6fa266",
"packages": [
{
"name": "smarty/smarty",