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",
|
2018-02-19 00:55:03 +01:00
|
|
|
"homepage": "https://framadate.org/",
|
|
|
|
"keywords": ["poll", "framadate"],
|
2014-11-27 23:42:57 +01:00
|
|
|
"version": "0.9.0",
|
2016-05-24 16:31:54 +02:00
|
|
|
"license": "CECILL-B",
|
2014-11-27 23:42:57 +01:00
|
|
|
|
|
|
|
"type": "project",
|
2018-02-19 00:55:03 +01:00
|
|
|
"support": {
|
|
|
|
"issues": "https://framagit.org/framasoft/framadate/issues"
|
|
|
|
},
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Thomas CITHAREL",
|
|
|
|
"email": "tcit@tcit.fr",
|
|
|
|
"role": "Maintainer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "JosephK",
|
|
|
|
"email": "joseph@framasoft.org",
|
|
|
|
"role": "Maintainer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Olivier PEREZ",
|
|
|
|
"email": "olivier@olivierperez.fr",
|
|
|
|
"role": "Former maintainer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Antonin MURTIN",
|
|
|
|
"email": "antonin.murtin@gmail.com",
|
|
|
|
"role": "Former developper"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Simon LEBLANC",
|
|
|
|
"role": "Former developper",
|
|
|
|
"email": "contact@leblanc-simon.eu"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Pierre-Yves GOSSET",
|
|
|
|
"role": "Former developper",
|
|
|
|
"email": "pyg@framasoft.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Guilhem BORGHESI",
|
|
|
|
"role": "Studs developper",
|
|
|
|
"email": "borghesi@unistra.fr"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Raphaël DROZ",
|
|
|
|
"role": "Studs developper",
|
|
|
|
"email": "raphael.droz@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
2014-11-27 23:42:57 +01:00
|
|
|
|
2014-09-04 17:52:18 +02:00
|
|
|
"require": {
|
2018-02-19 00:43:12 +01:00
|
|
|
"php": ">=5.6.0",
|
2018-02-19 00:55:03 +01:00
|
|
|
"ext-pdo": "*",
|
2017-12-28 13:33:58 +01:00
|
|
|
"smarty/smarty": "^3.1",
|
2015-08-18 18:05:43 +02:00
|
|
|
"o80/i18n": "dev-develop",
|
2018-07-09 12:17:33 +02:00
|
|
|
"phpmailer/phpmailer": "~6.0",
|
2017-12-28 13:33:58 +01:00
|
|
|
"ircmaxell/password-compat": "dev-master",
|
2018-02-20 19:05:24 +01:00
|
|
|
"roave/security-advisories": "dev-master",
|
2018-04-03 12:30:37 +02:00
|
|
|
"erusev/parsedown": "^1.7",
|
2018-04-18 16:16:22 +02:00
|
|
|
"egulias/email-validator": "~2.1",
|
|
|
|
"doctrine/dbal": "^2.5",
|
|
|
|
"doctrine/migrations": "^1.5",
|
|
|
|
"sensiolabs/ansi-to-html": "^1.1"
|
2014-09-04 17:52:18 +02:00
|
|
|
},
|
|
|
|
|
2015-05-29 17:05:26 +02:00
|
|
|
"require-dev": {
|
2018-02-19 00:38:51 +01:00
|
|
|
"phpunit/phpunit": "^5.7",
|
|
|
|
"friendsofphp/php-cs-fixer": "~2.0"
|
2015-05-29 17:05:26 +02:00
|
|
|
},
|
|
|
|
|
2014-09-04 17:52:18 +02:00
|
|
|
"autoload": {
|
2015-01-04 21:34:19 +01:00
|
|
|
"psr-4": {
|
|
|
|
"Framadate\\": "app/classes/Framadate/"
|
|
|
|
}
|
2018-02-19 00:55:03 +01:00
|
|
|
},
|
|
|
|
|
|
|
|
"config": {
|
|
|
|
"platform": {
|
|
|
|
"php": "5.6.0"
|
|
|
|
}
|
2014-09-04 17:52:18 +02:00
|
|
|
}
|
|
|
|
}
|