Move kolab_auth/kolab_auth_ldap to libkolab/lib/kolab_ldap. It ends up much simpler to add user_specific support and unify some code than replace use of kolab_auth_ldap with rcube_ldap. This means that libkolab plugin does not depend on kolab_auth plugin anymore, but kolab_auth depends on libkolab, which is better situation.
27 lines
691 B
JSON
27 lines
691 B
JSON
{
|
|
"name": "kolab/kolab_delegation",
|
|
"type": "roundcube-plugin",
|
|
"description": "Kolab delegation feature",
|
|
"homepage": "https://git.kolab.org/diffusion/RPK/",
|
|
"license": "AGPLv3",
|
|
"version": "3.5.0",
|
|
"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",
|
|
"kolab/libkolab": ">=3.5.1",
|
|
"kolab/kolab_auth": ">=3.5.1"
|
|
}
|
|
}
|