From 54772d42f7c83cf2e6e597ed1b34b782d984e1ea Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 19 Feb 2018 00:55:03 +0100 Subject: [PATCH] Update composer.json with authors and build version and links to issues Signed-off-by: Thomas Citharel --- composer.json | 57 ++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 54 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 94e55f6..6cc394a 100644 --- a/composer.json +++ b/composer.json @@ -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" + } } }