roundcubemail-plugins-kolab/plugins/kolab_delegation/composer.json
2019-01-23 08:17:36 +01:00

27 lines
691 B
JSON

{
"name": "kolab/kolab_delegation",
"type": "roundcube-plugin",
"description": "Kolab delegation feature",
"homepage": "https://git.kolab.org/diffusion/RPK/",
"license": "AGPLv3",
"version": "3.4.0",
"authors": [
{
"name": "Aleksander Machniak",
"email": "machniak@kolabsys.com",
"role": "Lead"
}
],
"repositories": [
{
"type": "composer",
"url": "https://plugins.roundcube.net"
}
],
"require": {
"php": ">=5.3.0",
"roundcube/plugin-installer": ">=0.1.3",
"kolab/libkolab": ">=3.4.0",
"kolab/kolab_auth": ">=3.4.0"
}
}