2014-09-04 17:52:18 +02:00
|
|
|
{
|
2014-11-27 23:42:57 +01:00
|
|
|
"name": "framasoft/framadate",
|
|
|
|
"description": "Application to facilitate the schedule of events or classic polls",
|
2015-01-04 21:34:19 +01:00
|
|
|
"keywords": [
|
|
|
|
"poll"
|
|
|
|
],
|
2014-11-27 23:42:57 +01:00
|
|
|
"version": "0.9.0",
|
|
|
|
"license": "CeCILL-B",
|
|
|
|
|
|
|
|
"type": "project",
|
|
|
|
|
2014-09-04 17:52:18 +02:00
|
|
|
"require": {
|
2015-03-22 23:33:03 +01:00
|
|
|
"smarty/smarty": "3.1.21",
|
2015-08-18 18:05:43 +02:00
|
|
|
"o80/i18n": "dev-develop",
|
2015-04-09 15:57:37 +02:00
|
|
|
"phpmailer/phpmailer": "~5.2",
|
|
|
|
"ircmaxell/password-compat": "dev-master"
|
2014-09-04 17:52:18 +02:00
|
|
|
},
|
|
|
|
|
2015-05-29 17:05:26 +02:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^4.5"
|
|
|
|
},
|
|
|
|
|
2014-09-04 17:52:18 +02:00
|
|
|
"autoload": {
|
2015-01-04 21:34:19 +01:00
|
|
|
"psr-4": {
|
|
|
|
"Framadate\\": "app/classes/Framadate/"
|
|
|
|
}
|
2014-09-04 17:52:18 +02:00
|
|
|
}
|
|
|
|
}
|