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