summaryrefslogtreecommitdiffstats
path: root/plugins/vcard_attachments/composer.json
blob: 75ad4dbe75cd4b6c24bd437a6077ec36290a7454 (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
25
26
27
28
{
    "name": "roundcube/vcard_attachments",
    "type": "roundcube-plugin",
    "description": "Detects vCard attachments and allows to add them to address book. Also allows to attach vCards of your contacts to composed messages",
    "license": "GPL-3.0-or-later",
    "version": "4.2",
    "authors": [
        {
            "name": "Thomas Bruederli",
            "email": "roundcube@gmail.com",
            "role": "Lead"
        },
        {
            "name": "Aleksander Machniak",
            "email": "alec@alec.pl",
            "role": "Lead"
        }
    ],
    "require": {
        "php": ">=7.3.0",
        "roundcube/plugin-installer": "~0.3.5"
    },
    "autoload": {
        "classmap": [
            "vcard_attachments.php"
        ]
    }
}