Skip to content
Snippets Groups Projects
Commit 54772d42 authored by Thomas Citharel's avatar Thomas Citharel
Browse files

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


Signed-off-by: default avatarThomas Citharel <tcit@tcit.fr>
parent e8f37a33
No related branches found
No related tags found
No related merge requests found
{
"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"
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment