Aleksander Machniak
2016-05-20 e48f8945b32ab5b67f1cdeb53a37d3d196e31e4d
commit | author | age
8aa528 1 {
T 2     "name": "roundcube/roundcubemail",
3     "description": "The Roundcube Webmail suite",
b4d50c 4     "license": "GPL-3.0+",
8aa528 5     "repositories": [
T 6         {
a98a4f 7             "type": "pear",
b99a1b 8             "url": "https://pear.php.net/"
a98a4f 9         },
TB 10         {
1e2afb 11             "type": "composer",
9c24e1 12             "url": "https://plugins.roundcube.net/"
a98a4f 13         },
TB 14         {
15             "type": "vcs",
306bbb 16             "url": "https://git.kolab.org/diffusion/PNL/php-net_ldap.git"
8aa528 17         }
T 18     ],
9b4e1e 19     "require": {
f456c6 20         "php": ">=5.3.7",
8a2d55 21         "roundcube/plugin-installer": "~0.1.6",
86bc1f 22         "pear-pear.php.net/net_socket": "~1.0.12",
8a2d55 23         "pear-pear.php.net/auth_sasl": "~1.0.6",
AM 24         "pear-pear.php.net/net_idna2": "~0.1.1",
25         "pear-pear.php.net/net_sieve": "~1.3.4",
26         "pear-pear.php.net/mail_mime": "~1.9.0",
6ee039 27         "pear-pear.php.net/net_smtp": "~1.7.1",
8a2d55 28         "patchwork/utf8": "~1.2.3"
a98a4f 29     },
TB 30     "require-dev": {
31         "pear-pear.php.net/crypt_gpg": "*",
32         "phpunit/phpunit": "*"
1e2afb 33     },
b3cca2 34     "suggest": {
8a2d55 35         "pear-pear.php.net/net_ldap2": "~2.1.0 required for connecting to LDAP address books",
b3cca2 36         "kolab/Net_LDAP3": "dev-master required for connecting to LDAP address books"
TB 37     },
1e2afb 38     "minimum-stability": "dev"
8aa528 39 }