0
|
1 {
|
|
2 "name": "roundcube/roundcubemail",
|
|
3 "description": "The Roundcube Webmail suite",
|
|
4 "license": "GPL-3.0+",
|
|
5 "repositories": [
|
|
6 {
|
|
7 "type": "pear",
|
|
8 "url": "https://pear.php.net/"
|
|
9 },
|
|
10 {
|
|
11 "type": "composer",
|
|
12 "url": "https://plugins.roundcube.net/"
|
|
13 },
|
|
14 {
|
|
15 "type": "vcs",
|
8
|
16 "url": "https://github.com/roundcube/Net_Sieve.git"
|
|
17 },
|
|
18 {
|
|
19 "type": "vcs",
|
0
|
20 "url": "https://git.kolab.org/diffusion/PNL/php-net_ldap.git"
|
|
21 }
|
|
22 ],
|
|
23 "require": {
|
|
24 "php": ">=5.3.7",
|
8
|
25 "roundcube/plugin-installer": ">=0.1.6",
|
0
|
26 "pear-pear.php.net/net_socket": ">=1.0.12",
|
|
27 "pear-pear.php.net/auth_sasl": ">=1.0.6",
|
8
|
28 "pear-pear.php.net/mail_mime": ">=1.10.0",
|
|
29 "pear-pear.php.net/net_smtp": ">=1.7.1",
|
|
30 "roundcube/net_sieve": ">=1.5.0"
|
0
|
31 },
|
|
32 "require-dev": {
|
|
33 "phpunit/phpunit": "*"
|
|
34 },
|
|
35 "suggest": {
|
8
|
36 "pear-pear.php.net/net_ldap2": ">=2.2.0",
|
|
37 "pear-pear.php.net/crypt_gpg": ">=1.4.2",
|
0
|
38 "kolab/Net_LDAP3": "dev-master required for connecting to LDAP address books"
|
|
39 },
|
|
40 "minimum-stability": "dev"
|
|
41 }
|