Aleksander Machniak
2016-02-23 b01689caf8e372d40112eda0f14a84eed41389d5
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",
TB 8             "url": "http://pear.php.net/"
9         },
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",
AM 22         "pear-pear.php.net/auth_sasl": "~1.0.6",
23         "pear-pear.php.net/net_idna2": "~0.1.1",
24         "pear-pear.php.net/net_sieve": "~1.3.4",
25         "pear-pear.php.net/mail_mime": "~1.9.0",
6ee039 26         "pear-pear.php.net/net_smtp": "~1.7.1",
8a2d55 27         "patchwork/utf8": "~1.2.3"
a98a4f 28     },
TB 29     "require-dev": {
30         "pear-pear.php.net/crypt_gpg": "*",
31         "phpunit/phpunit": "*"
1e2afb 32     },
b3cca2 33     "suggest": {
8a2d55 34         "pear-pear.php.net/net_ldap2": "~2.1.0 required for connecting to LDAP address books",
b3cca2 35         "kolab/Net_LDAP3": "dev-master required for connecting to LDAP address books"
TB 36     },
1e2afb 37     "minimum-stability": "dev"
8aa528 38 }