mailcow/data/web/rc/plugins/virtuser_file/composer.json

25 lines
612 B
JSON
Raw Normal View History

2017-02-21 22:27:11 +01:00
{
"name": "roundcube/virtuser_file",
"type": "roundcube-plugin",
"description": "Plugin adds possibility to resolve user email/login according to lookup tables in files.",
"license": "GPLv3+",
"version": "1.0",
"authors": [
{
"name": "Aleksander Machniak",
"email": "alec@alec.pl",
"role": "Lead"
}
],
"repositories": [
{
"type": "composer",
"url": "http://plugins.roundcube.net"
}
],
"require": {
"php": ">=5.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}