Mercurial > hg > rc1
comparison composer.json @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:50:29 -0500 |
parents | |
children | d57f154e7764 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1e000243b222 |
---|---|
1 { | |
2 "name": "roundcube/roundcubemail", | |
3 "description": "The Roundcube Webmail suite", | |
4 "license": "GPL-3.0+", | |
5 "repositories": [ | |
6 { | |
7 "type": "composer", | |
8 "url": "https://plugins.roundcube.net/" | |
9 }, | |
10 { | |
11 "type": "vcs", | |
12 "url": "https://git.kolab.org/diffusion/PNL/php-net_ldap.git" | |
13 } | |
14 ], | |
15 "require": { | |
16 "php": ">=5.4.0", | |
17 "pear/pear-core-minimal": "~1.10.1", | |
18 "pear/net_socket": "~1.2.1", | |
19 "pear/auth_sasl": "~1.1.0", | |
20 "pear/net_idna2": "~0.2.0", | |
21 "pear/mail_mime": "~1.10.0", | |
22 "pear/net_smtp": "~1.7.1", | |
23 "pear/crypt_gpg": "~1.6.0", | |
24 "pear/net_sieve": "~1.4.0", | |
25 "roundcube/plugin-installer": "~0.1.6", | |
26 "endroid/qrcode": "~1.6.5", | |
27 "roundcube/filters": "dev-filters-2.1.6", | |
28 "weird-birds/thunderbird_labels": "v1.1.4", | |
29 "johndoh/contextmenu": ">=2.3" | |
30 }, | |
31 "require-dev": { | |
32 "phpunit/phpunit": "^4.8.36 || ^5.7.21" | |
33 }, | |
34 "suggest": { | |
35 "pear/net_ldap2": "~2.2.0 required for connecting to LDAP", | |
36 "kolab/net_ldap3": "~1.0.6 required for connecting to LDAP" | |
37 } | |
38 } |