roundcubemail-plugins-kolab/plugins/kolab_auth_proxy/composer.json
Aleksander Machniak 1072c6303f Bump version numbers, cleanup composer.json files
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
2025-02-27 15:45:26 +01:00

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"
}
}