summaryrefslogtreecommitdiffstats
path: root/plugins/database_attachments/composer.json
blob: 16b3311a333368fd289f497aabccaf50251f5f52 (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
29
30
{
    "name": "roundcube/database_attachments",
    "type": "roundcube-plugin",
    "description": "This plugin which provides database backed storage for temporary attachment file handling. The primary advantage of this plugin is its compatibility with round-robin dns multi-server Roundcube installations.",
    "license": "GPL-3.0-or-later",
    "version": "1.2",
    "authors": [
        {
            "name": "Aleksander Machniak",
            "email": "alec@alec.pl",
            "role": "Lead"
        },
        {
            "name": "Ziba Scott",
            "email": "ziba@umich.edu",
            "role": "Developer"
        }
    ],
    "repositories": [
        {
            "type": "composer",
            "url": "https://plugins.roundcube.net"
        }
    ],
    "require": {
        "php": ">=7.3.0",
        "roundcube/plugin-installer": ">=0.1.3",
        "roundcube/filesystem_attachments": ">=1.0.0"
    }
}