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", |
3488a8
|
8 |
"url": "https://pear.php.net/" |
a98a4f
|
9 |
}, |
TB |
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", |
d4df37
|
26 |
"pear-pear.php.net/net_socket": "~1.0.12", |
e612bd
|
27 |
"pear-pear.php.net/auth_sasl": "~1.0.6", |
AM |
28 |
"pear-pear.php.net/net_idna2": "~0.1.1", |
4cd087
|
29 |
"pear-pear.php.net/mail_mime": "~1.10.0", |
d3823f
|
30 |
"pear-pear.php.net/net_smtp": "~1.7.1", |
6e4642
|
31 |
"pear-pear.php.net/crypt_gpg": "~1.4.1", |
d3823f
|
32 |
"roundcube/net_sieve": "~1.5.0" |
a98a4f
|
33 |
}, |
TB |
34 |
"require-dev": { |
|
35 |
"phpunit/phpunit": "*" |
1e2afb
|
36 |
}, |
b3cca2
|
37 |
"suggest": { |
3193a5
|
38 |
"pear-pear.php.net/net_ldap2": "~2.2.0 required for connecting to LDAP address books", |
b3cca2
|
39 |
"kolab/Net_LDAP3": "dev-master required for connecting to LDAP address books" |
TB |
40 |
}, |
1e2afb
|
41 |
"minimum-stability": "dev" |
8aa528
|
42 |
} |