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
20 lines
512 B
JSON
20 lines
512 B
JSON
{
|
|
"name": "kolab/wap_client",
|
|
"type": "roundcube-plugin",
|
|
"description": "Kolab Web Admin Client",
|
|
"homepage": "https://git.kolab.org/diffusion/RPK/",
|
|
"license": "AGPLv3",
|
|
"version": "3.4.0",
|
|
"authors": [
|
|
{
|
|
"name": "Aleksander Machniak",
|
|
"email": "machniak@kolabsys.com",
|
|
"role": "Lead"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.2.0",
|
|
"roundcube/plugin-installer": ">=0.1.3",
|
|
"kolab/libkolab": ">=3.4.0"
|
|
}
|
|
}
|