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", |
T |
12 |
"url": "http://plugins.roundcube.net/" |
a98a4f
|
13 |
}, |
TB |
14 |
{ |
|
15 |
"type": "vcs", |
|
16 |
"url": "git://git.kolab.org/git/pear/Net_LDAP3" |
|
17 |
}, |
|
18 |
{ |
|
19 |
"type": "package", |
|
20 |
"package": { |
|
21 |
"name": "Net_SMTP", |
|
22 |
"version": "dev-master", |
|
23 |
"source": { |
|
24 |
"url": "http://github.com/pear/Net_SMTP", |
|
25 |
"type": "git", |
|
26 |
"reference": "master" |
|
27 |
} |
|
28 |
} |
8aa528
|
29 |
} |
T |
30 |
], |
9b4e1e
|
31 |
"require": { |
f456c6
|
32 |
"php": ">=5.3.7", |
0c137f
|
33 |
"roundcube/plugin-installer": ">=0.1.5", |
a98a4f
|
34 |
"pear/mail_mime": ">=1.8.9", |
TB |
35 |
"pear/mail_mime-decode": ">=1.5.5", |
|
36 |
"pear/net_smtp": "dev-master", |
|
37 |
"pear-pear.php.net/auth_sasl": ">=1.0.6", |
|
38 |
"pear-pear.php.net/net_idna2": ">=0.1.1", |
|
39 |
"pear-pear.php.net/net_sieve": ">=1.3.2", |
|
40 |
"patchwork/utf8": "1.2.x" |
|
41 |
}, |
|
42 |
"require-dev": { |
|
43 |
"pear-pear.php.net/crypt_gpg": "*", |
|
44 |
"phpunit/phpunit": "*" |
1e2afb
|
45 |
}, |
b3cca2
|
46 |
"suggest": { |
TB |
47 |
"pear-pear.php.net/net_ldap2": "Version >=2.0.12 required for connecting to LDAP address books", |
|
48 |
"kolab/Net_LDAP3": "dev-master required for connecting to LDAP address books" |
|
49 |
}, |
1e2afb
|
50 |
"minimum-stability": "dev" |
8aa528
|
51 |
} |