2013-08-06 20:23:33 +00:00
|
|
|
{
|
|
|
|
"name": "kolab/calendar",
|
|
|
|
"type": "roundcube-plugin",
|
2014-09-15 19:24:14 +00:00
|
|
|
"description": "Calendar plugin",
|
2015-10-19 21:33:47 +00:00
|
|
|
"homepage": "https://git.kolab.org/diffusion/RPK/",
|
2014-09-15 19:24:14 +00:00
|
|
|
"license": "AGPLv3",
|
2022-04-25 09:14:19 +00:00
|
|
|
"version": "3.5.11",
|
2013-08-06 20:23:33 +00:00
|
|
|
"authors": [
|
|
|
|
{
|
2019-10-16 17:58:33 +00:00
|
|
|
"name": "Thomas Bruederli",
|
|
|
|
"email": "bruederli@kolabsys.com",
|
2014-09-15 19:24:14 +00:00
|
|
|
"role": "Lead"
|
|
|
|
},
|
|
|
|
{
|
2019-10-16 17:58:33 +00:00
|
|
|
"name": "Aleksander Machniak",
|
|
|
|
"email": "machniak@kolabsys.com",
|
2013-08-06 20:23:33 +00:00
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "composer",
|
2015-10-19 21:33:47 +00:00
|
|
|
"url": "https://plugins.roundcube.net"
|
2021-08-20 17:36:47 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://github.com/JodliDev/libcalendaring"
|
2013-08-06 20:23:33 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2021-08-20 17:36:47 +00:00
|
|
|
"php": ">=5.5",
|
2014-09-15 19:24:14 +00:00
|
|
|
"roundcube/plugin-installer": ">=0.1.3",
|
2021-09-28 09:00:01 +00:00
|
|
|
"jodlidev/libcalendaring": "dev-master",
|
2021-08-20 17:36:47 +00:00
|
|
|
"kolab/libkolab": ">=3.4.0",
|
|
|
|
"sabre/dav": ">=4.1.5"
|
2014-09-15 19:37:47 +00:00
|
|
|
},
|
2019-10-16 17:58:33 +00:00
|
|
|
"extra": {
|
2014-09-15 19:37:47 +00:00
|
|
|
"roundcube": {
|
2019-10-16 17:58:33 +00:00
|
|
|
"min-version": "1.4.0",
|
2014-09-15 19:37:47 +00:00
|
|
|
"sql-dir": "drivers/database/SQL"
|
|
|
|
}
|
2013-08-06 20:23:33 +00:00
|
|
|
}
|
2014-09-15 19:24:14 +00:00
|
|
|
}
|