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",
|
|
16 "url": "https://git.kolab.org/diffusion/PNL/php-net_ldap.git"
|
|
17 }
|
|
18 ],
|
|
19 "require": {
|
|
20 "php": ">=5.3.7",
|
|
21 "roundcube/plugin-installer": "~0.1.6",
|
|
22 "pear-pear.php.net/net_socket": ">=1.0.12",
|
|
23 "pear-pear.php.net/auth_sasl": ">=1.0.6",
|
|
24 "pear-pear.php.net/net_sieve": ">=1.3.2",
|
|
25 "pear-pear.php.net/mail_mime": ">=1.8.9",
|
|
26 "pear-pear.php.net/net_smtp": ">=1.6.2",
|
|
27 "patchwork/utf8": ">=1.1.25"
|
|
28 },
|
|
29 "require-dev": {
|
|
30 "pear-pear.php.net/crypt_gpg": "*",
|
|
31 "phpunit/phpunit": "*"
|
|
32 },
|
|
33 "suggest": {
|
|
34 "pear-pear.php.net/net_ldap2": ">=2.0.12",
|
|
35 "kolab/Net_LDAP3": "dev-master required for connecting to LDAP address books"
|
|
36 },
|
|
37 "minimum-stability": "dev"
|
|
38 }
|