Aleksander Machniak
2016-01-16 ed1d212ae2daea5e4bd043417610177093e99f19
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",
d3823f 16             "url": "https://github.com/roundcube/Net_Sieve.git"
AM 17         },
18         {
19             "type": "vcs",
50caf4 20             "url": "https://git.kolab.org/diffusion/PNL/php-net_ldap.git"
8aa528 21         }
T 22     ],
9b4e1e 23     "require": {
f456c6 24         "php": ">=5.3.7",
e612bd 25         "roundcube/plugin-installer": "~0.1.6",
AM 26         "pear-pear.php.net/auth_sasl": "~1.0.6",
27         "pear-pear.php.net/net_idna2": "~0.1.1",
4cd087 28         "pear-pear.php.net/mail_mime": "~1.10.0",
d3823f 29         "pear-pear.php.net/net_smtp": "~1.7.1",
3ac29f 30         "pear-pear.php.net/crypt_gpg": "~1.4.0",
d3823f 31         "roundcube/net_sieve": "~1.5.0"
a98a4f 32     },
TB 33     "require-dev": {
34         "phpunit/phpunit": "*"
1e2afb 35     },
b3cca2 36     "suggest": {
e612bd 37         "pear-pear.php.net/net_ldap2": "~2.1.0 required for connecting to LDAP address books",
b3cca2 38         "kolab/Net_LDAP3": "dev-master required for connecting to LDAP address books"
TB 39     },
1e2afb 40     "minimum-stability": "dev"
8aa528 41 }