roundcubemail-plugins-kolab/plugins/kolab_chat/composer.json

27 lines
645 B
JSON
Raw Normal View History

2018-07-03 10:44:27 +00:00
{
"name": "kolab/kolab_chat",
"type": "roundcube-plugin",
"description": "Chat integration plugin",
"homepage": "https://git.kolab.org/diffusion/RPK/",
"license": "AGPLv3",
2020-03-02 12:16:53 +01:00
"version": "3.5.4",
2018-07-03 10:44:27 +00:00
"authors": [
{
"name": "Aleksander Machniak",
"email": "machniak@kolabsys.com",
"role": "Lead"
}
],
"repositories": [
{
"type": "composer",
2019-01-23 08:17:36 +01:00
"url": "https://plugins.roundcube.net"
2018-07-03 10:44:27 +00:00
}
],
"require": {
"php": ">=5.3.0",
"roundcube/plugin-installer": ">=0.1.3",
"kolab/libkolab": ">=3.4.0"
}
}