calendar/composer.json
2017-09-01 11:50:35 +02:00

39 lines
980 B
JSON

{
"name": "kolab/calendar",
"type": "roundcube-plugin",
"description": "Calendar plugin",
"homepage": "https://git.kolab.org/diffusion/RPK/",
"keywords": ["apps","calendar","ical","itip"],
"license": "AGPLv3",
"authors": [
{
"name": "Alensader Machniak",
"email": "machniak@kolabsys.com",
"role": "Lead"
},
{
"name": "Thomas Bruederli",
"email": "thomas@roundcube.net",
"role": "Developer"
}
],
"repositories": [
{
"type": "composer",
"url": "https://plugins.roundcube.net"
}
],
"require": {
"php": ">=5.3.0",
"roundcube/plugin-installer": ">=0.1.3",
"kolab/libcalendaring": ">=3.2.16"
},
"extra": {
"roundcube": {
"min-version": "1.1.0",
"max-version": "1.2.99",
"sql-dir": "drivers/database/SQL"
}
}
}