roundcubemail-plugins-kolab/plugins/kolab_activesync/composer.json
Jeroen van Meeuwen (Kolab Systems) 9a13a39e7f Bump version numbers to 3.5.6
2021-04-12 12:04:40 +02:00

31 lines
814 B
JSON

{
"name": "kolab/kolab_activesync",
"type": "roundcube-plugin",
"description": "ActiveSync configuration utility for Kolab accounts",
"homepage": "https://git.kolab.org/diffusion/RPK/",
"license": "AGPLv3",
"version": "3.5.6",
"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.4.0"
}
}