roundcubemail-plugins-kolab/plugins/kolab_chat/composer.json
Jeroen van Meeuwen (Kolab Systems) a99d2b6187 Bump version number to 3.5.4
2020-03-02 12:16:53 +01:00

26 lines
645 B
JSON

{
"name": "kolab/kolab_chat",
"type": "roundcube-plugin",
"description": "Chat integration plugin",
"homepage": "https://git.kolab.org/diffusion/RPK/",
"license": "AGPLv3",
"version": "3.5.4",
"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"
}
}