roundcubemail-plugins-kolab/plugins/kolab_activesync/composer.json
Jeroen van Meeuwen (Kolab Systems) e5739f7c11 Update version to 3.3.2
2017-06-28 15:10:29 +02:00

31 lines
813 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.3.2",
"authors": [
{
"name": "Thomas Bruederli",
"email": "bruederli@kolabsys.com",
"role": "Lead"
},
{
"name": "Aleksander Machniak",
"email": "machniak@kolabsys.com",
"role": "Lead"
}
],
"repositories": [
{
"type": "composer",
"url": "http://plugins.roundcube.net"
}
],
"require": {
"php": ">=5.3.0",
"roundcube/plugin-installer": ">=0.1.3",
"kolab/libkolab": ">=3.3.0"
}
}