Update composer.json with authors and build version and links to issues

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2018-02-19 00:55:03 +01:00
parent e8f37a33bd
commit 54772d42f7

View File

@ -1,16 +1,61 @@
{
"name": "framasoft/framadate",
"description": "Application to facilitate the schedule of events or classic polls",
"keywords": [
"poll"
],
"homepage": "https://framadate.org/",
"keywords": ["poll", "framadate"],
"version": "0.9.0",
"license": "CECILL-B",
"type": "project",
"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"
}
],
"require": {
"php": ">=5.6.0",
"ext-pdo": "*",
"smarty/smarty": "^3.1",
"o80/i18n": "dev-develop",
"phpmailer/phpmailer": "^5.2",
@ -26,5 +71,11 @@
"psr-4": {
"Framadate\\": "app/classes/Framadate/"
}
},
"config": {
"platform": {
"php": "5.6.0"
}
}
}