commit | author | age
|
8aa528
|
1 |
{ |
T |
2 |
"name": "roundcube/roundcubemail", |
|
3 |
"description": "The Roundcube Webmail suite", |
|
4 |
"license": "GPL-3.0", |
|
5 |
"repositories": [ |
|
6 |
{ |
1e2afb
|
7 |
"type": "composer", |
T |
8 |
"url": "http://plugins.roundcube.net/" |
|
9 |
}, |
|
10 |
{ |
8aa528
|
11 |
"type": "pear", |
T |
12 |
"url": "http://pear.php.net/" |
|
13 |
}, |
|
14 |
{ |
|
15 |
"type": "package", |
|
16 |
"package": { |
|
17 |
"name": "Net_SMTP", |
|
18 |
"version": "dev-master", |
|
19 |
"source": { |
|
20 |
"url": "http://github.com/pear/Net_SMTP", |
|
21 |
"type": "git", |
|
22 |
"reference": "master" |
|
23 |
} |
|
24 |
} |
|
25 |
} |
|
26 |
], |
|
27 |
"require" : { |
|
28 |
"pear-pear/Mail_Mime": ">=1.8.1", |
|
29 |
"pear-pear/Mail_mimeDecode": ">=1.5.5", |
|
30 |
"Net_SMTP": "dev-master", |
|
31 |
"pear-pear/Net_IDNA2": ">=0.1.1", |
|
32 |
"pear-pear/Auth_SASL": ">=1.0.6" |
1e2afb
|
33 |
}, |
T |
34 |
"minimum-stability": "dev" |
8aa528
|
35 |
} |