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

27 lines
668 B
JSON
Raw Normal View History

{
"name": "kolab/kolab_files",
"type": "roundcube-plugin",
"description": "User interface for Kolab File Manager (Chwala)",
"homepage": "https://git.kolab.org/diffusion/RPK/",
"license": "AGPLv3",
2017-11-28 10:45:04 +01:00
"version": "3.3.5",
"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",
2017-04-04 13:45:47 +02:00
"kolab/libkolab": ">=3.3.0"
}
}