summaryrefslogtreecommitdiffstats
path: root/plugins/reconnect/composer.json
blob: 266cb34f87a6a30684f910d2723e9564c082541b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "roundcube/reconnect",
    "type": "roundcube-plugin",
    "description": "Reconnects to server for several attempts.",
    "license": "GPL-3.0-or-later",
    "version": "0.2",
    "authors": [
        {
            "name": "Sandro Knauß",
            "email": "hefee@debian.org"
        }
    ],
    "require": {
        "php": ">=7.3.0",
        "roundcube/plugin-installer": "~0.3.5"
    },
    "autoload": {
        "classmap": [
            "reconnect.php"
        ]
    }
}