summaryrefslogtreecommitdiffstats
path: root/plugins/additional_message_headers/composer.json
blob: 4f0f15c6361b24fc05e4c4345b5a9da7448953f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "name": "roundcube/additional_message_headers",
    "type": "roundcube-plugin",
    "description": "Very simple plugin which will add additional headers to or remove them from outgoing messages.",
    "license": "GPL-3.0-or-later",
    "version": "1.2.1",
    "authors": [
        {
            "name": "Ziba Scott",
            "email": "email@example.org",
            "role": "Lead"
        }
    ],
    "repositories": [
        {
            "type": "composer",
            "url": "https://plugins.roundcube.net"
        }
    ],
    "require": {
        "php": ">=5.4.0",
        "roundcube/plugin-installer": ">=0.1.3"
    }
}