roundcubemail-plugins-kolab/plugins/kolab_files/composer.json

27 lines
681 B
JSON
Raw Normal View History

{
"name": "kolab/kolab_files",
"type": "roundcube-plugin",
"description": "User interface for Kolab File Manager (Chwala)",
"homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/",
"license": "AGPLv3",
2015-02-25 12:49:03 +01:00
"version": "3.2.7",
"authors": [
{
"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",
2015-02-25 12:49:03 +01:00
"kolab/libkolab": ">=3.2.7"
}
}