roundcubemail-plugins-kolab/plugins/kolab_activesync/composer.json
Jeroen van Meeuwen (Kolab Systems) 091e42ab63 Set plugin versions to 3.2.7
2015-02-25 12:49:03 +01:00

31 lines
826 B
JSON

{
"name": "kolab/kolab_activesync",
"type": "roundcube-plugin",
"description": "ActiveSync configuration utility for Kolab accounts",
"homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/",
"license": "AGPLv3",
"version": "3.2.7",
"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.2.7"
}
}