view plugins/virtuser_query/composer.json @ 18:e8f197ce1af3

try to reuse same tab for linking back to message
author Charlie Root
date Mon, 15 Jan 2018 10:28:32 -0500
parents 1e000243b222
children
line wrap: on
line source

{
    "name": "roundcube/virtuser_query",
    "type": "roundcube-plugin",
    "description": "Plugin adds possibility to resolve user email/login according to lookup tables in SQL database.",
    "license": "GPLv3+",
    "version": "2.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"
    }
}