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-02-25 20:58:04 +01:00
|
|
|
"keywords": [
|
|
|
|
"poll"
|
|
|
|
],
|
2014-11-27 23:42:57 +01:00
|
|
|
"version": "0.8.0",
|
|
|
|
"license": "CeCILL-B",
|
2015-02-25 20:58:04 +01:00
|
|
|
|
2014-11-27 23:42:57 +01:00
|
|
|
"type": "project",
|
2015-02-25 20:58:04 +01:00
|
|
|
|
2014-09-04 17:52:18 +02:00
|
|
|
"require": {
|
|
|
|
"adodb/adodb-php": "5.19"
|
|
|
|
},
|
|
|
|
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {"Framadate": "app/classes/"}
|
|
|
|
}
|
|
|
|
}
|