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

26 lines
621 B
JSON
Raw Normal View History

{
"name": "kolab/kolab_auth_proxy",
"type": "roundcube-plugin",
"description": "Proxy authentication for Kolab",
"homepage": "https://git.kolab.org/diffusion/RPK/",
"license": "AGPLv3",
"version": "3.4.2",
"authors": [
{
"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"
}
}