annotate composer.json @ 36:a36beb7d3ea2

minor stuff left-over from january
author Charlie Root
date Sat, 29 Dec 2018 05:10:28 -0500
parents 05c4c32948af
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
1 {
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
2 "name": "roundcube/roundcubemail",
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
3 "description": "The Roundcube Webmail suite",
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
4 "license": "GPL-3.0+",
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
5 "repositories": [
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
6 {
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
7 "type": "composer",
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
8 "url": "https://plugins.roundcube.net/"
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
9 },
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
10 {
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
11 "type": "vcs",
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
12 "url": "https://git.kolab.org/diffusion/PNL/php-net_ldap.git"
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
13 }
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
14 ],
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
15 "require": {
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
16 "php": ">=5.4.0",
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
17 "pear/pear-core-minimal": "~1.10.1",
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
18 "pear/net_socket": "~1.2.1",
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
19 "pear/auth_sasl": "~1.1.0",
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
20 "pear/net_idna2": "~0.2.0",
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
21 "pear/mail_mime": "~1.10.0",
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
22 "pear/net_smtp": "~1.7.1",
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
23 "pear/crypt_gpg": "~1.6.0",
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
24 "pear/net_sieve": "~1.4.0",
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
25 "roundcube/plugin-installer": "~0.1.6",
11
d57f154e7764 change plugins inventory
Charlie Root
parents: 0
diff changeset
26 "endroid/qr-code": "~1.6.5",
d57f154e7764 change plugins inventory
Charlie Root
parents: 0
diff changeset
27 "kolab/calendar": "~3.3.3",
0
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
28 "weird-birds/thunderbird_labels": "v1.1.4",
35
05c4c32948af .hgignore: add vendor tree
Charlie Root
parents: 11
diff changeset
29 "johndoh/contextmenu": ">=2.3",
05c4c32948af .hgignore: add vendor tree
Charlie Root
parents: 11
diff changeset
30 "gms-sa/advanced-search": "^2.1",
05c4c32948af .hgignore: add vendor tree
Charlie Root
parents: 11
diff changeset
31 "takika/rc_foldersort": ">=1.0"
0
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
32 },
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
33 "require-dev": {
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
34 "phpunit/phpunit": "^4.8.36 || ^5.7.21"
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
35 },
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
36 "suggest": {
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
37 "pear/net_ldap2": "~2.2.0 required for connecting to LDAP",
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
38 "kolab/net_ldap3": "~1.0.6 required for connecting to LDAP"
1e000243b222 vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
39 }
11
d57f154e7764 change plugins inventory
Charlie Root
parents: 0
diff changeset
40 }