Aleksander Machniak
2015-08-12 6b31846c438dc19cca0f2a01582bdf47dff61f81
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",
3d2403 12             "url": "https://plugins.roundcube.net/"
a98a4f 13         },
TB 14         {
15             "type": "vcs",
50caf4 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",
0c137f 21         "roundcube/plugin-installer": ">=0.1.5",
a98a4f 22         "pear-pear.php.net/auth_sasl": ">=1.0.6",
TB 23         "pear-pear.php.net/net_idna2": ">=0.1.1",
24         "pear-pear.php.net/net_sieve": ">=1.3.2",
b3e976 25         "pear-pear.php.net/mail_mime": ">=1.9.0",
AM 26         "pear-pear.php.net/net_smtp": ">=1.6.3"
a98a4f 27     },
TB 28     "require-dev": {
29         "pear-pear.php.net/crypt_gpg": "*",
30         "phpunit/phpunit": "*"
1e2afb 31     },
b3cca2 32     "suggest": {
408194 33         "pear-pear.php.net/net_ldap2": ">=2.0.12 required for connecting to LDAP address books",
b3cca2 34         "kolab/Net_LDAP3": "dev-master required for connecting to LDAP address books"
TB 35     },
1e2afb 36     "minimum-stability": "dev"
8aa528 37 }