date.chapril.org-framadate/composer.json
Olivier PEREZ 119d0e01e1 Start changing the i18n system.
* Now works on windows servers
* Byebye .po/.mo, welcome .json
* Byebye old gettext library, welcome o80-i18n
2015-03-22 23:33:03 +01:00

23 lines
442 B
JSON

{
"name": "framasoft/framadate",
"description": "Application to facilitate the schedule of events or classic polls",
"keywords": [
"poll"
],
"version": "0.9.0",
"license": "CeCILL-B",
"type": "project",
"require": {
"smarty/smarty": "3.1.21",
"o80/i18n": "dev-develop"
},
"autoload": {
"psr-4": {
"Framadate\\": "app/classes/Framadate/"
}
}
}