1{
2    "name": "roundcube/roundcubemail",
3    "description": "The Roundcube Webmail suite",
4    "license": "GPL-3.0-or-later",
5    "repositories": [
6        {
7            "type": "composer",
8            "url": "https://plugins.roundcube.net"
9        }
10    ],
11    "require": {
12        "php": ">=5.5.0",
13        "pear/pear-core-minimal": "~1.10.1",
14        "pear/auth_sasl": "~1.1.0",
15        "pear/mail_mime": "~1.10.0",
16        "pear/net_smtp": "~1.10.0",
17        "pear/crypt_gpg": "~1.6.3",
18        "pear/net_sieve": "~1.4.5",
19        "roundcube/plugin-installer": "~0.3.0",
20        "roundcube/rtf-html-php": "~2.1",
21        "masterminds/html5": "~2.7.0",
22        "endroid/qr-code": "~1.6.5",
23        "guzzlehttp/guzzle": "^6.5.5"
24    },
25    "require-dev": {
26        "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6 || ^7"
27    },
28    "suggest": {
29        "kolab/net_ldap3": "~1.1.1 required for connecting to LDAP",
30        "bjeavons/zxcvbn-php": "^1.0 required for Zxcvbn password strength driver"
31    }
32}
33