Summary: The idea is to make a tag and update the public Roundcube mirrors so a wider audience can use the plugins. Reviewers: #roundcube_kolab_plugins_developers, mollekopf Reviewed By: #roundcube_kolab_plugins_developers, mollekopf Subscribers: #roundcube_kolab_plugins_developers Differential Revision: https://git.kolab.org/D5100
19 lines
489 B
JSON
19 lines
489 B
JSON
{
|
|
"name": "kolab/kolab_auth_proxy",
|
|
"type": "roundcube-plugin",
|
|
"description": "Proxy authentication for Kolab",
|
|
"homepage": "https://git.kolab.org/diffusion/RPK/",
|
|
"license": "AGPLv3",
|
|
"version": "3.6.0",
|
|
"authors": [
|
|
{
|
|
"name": "Aleksander Machniak",
|
|
"email": "machniak@kolabsys.com",
|
|
"role": "Lead"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.2.0",
|
|
"roundcube/plugin-installer": ">=0.1.3"
|
|
}
|
|
}
|