Mercurial > hg > rc1
comparison composer.json-dist @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:50:29 -0500 |
parents | |
children |
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 }, | |
28 "require-dev": { | |
29 "phpunit/phpunit": "^4.8.36 || ^5.7.15" | |
30 }, | |
31 "suggest": { | |
32 "pear/net_ldap2": "~2.2.0 required for connecting to LDAP", | |
33 "kolab/Net_LDAP3": "dev-master required for connecting to LDAP" | |
34 } | |
35 } |