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

31 lines
777 B
JSON

{
"name": "kolab/kolab_auth",
"type": "roundcube-plugin",
"description": "Kolab authentication",
"homepage": "https://git.kolab.org/diffusion/RPK/",
"license": "AGPLv3",
"version": "3.5.4",
"authors": [
{
"name": "Thomas Bruederli",
"email": "bruederli@kolabsys.com",
"role": "Lead"
},
{
"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.5.1"
}
}