annotate composer.json @ 8:bf99236cc5cd default tip

try to recover from upgrade fail
author Charlie Root
date Sat, 29 Dec 2018 07:07:34 -0500
parents 4681f974d28b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
1 {
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
2 "name": "roundcube/roundcubemail",
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
3 "description": "The Roundcube Webmail suite",
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
4 "license": "GPL-3.0+",
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
5 "repositories": [
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
6 {
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
7 "type": "pear",
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
8 "url": "https://pear.php.net/"
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
9 },
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
10 {
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
11 "type": "composer",
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
12 "url": "https://plugins.roundcube.net/"
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
13 },
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
14 {
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
15 "type": "vcs",
8
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
16 "url": "https://github.com/roundcube/Net_Sieve.git"
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
17 },
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
18 {
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
19 "type": "vcs",
0
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
20 "url": "https://git.kolab.org/diffusion/PNL/php-net_ldap.git"
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
21 }
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
22 ],
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
23 "require": {
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
24 "php": ">=5.3.7",
8
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
25 "roundcube/plugin-installer": ">=0.1.6",
0
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
26 "pear-pear.php.net/net_socket": ">=1.0.12",
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
27 "pear-pear.php.net/auth_sasl": ">=1.0.6",
8
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
28 "pear-pear.php.net/mail_mime": ">=1.10.0",
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
29 "pear-pear.php.net/net_smtp": ">=1.7.1",
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
30 "roundcube/net_sieve": ">=1.5.0"
0
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
31 },
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
32 "require-dev": {
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
33 "phpunit/phpunit": "*"
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
34 },
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
35 "suggest": {
8
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
36 "pear-pear.php.net/net_ldap2": ">=2.2.0",
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
37 "pear-pear.php.net/crypt_gpg": ">=1.4.2",
0
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
38 "kolab/Net_LDAP3": "dev-master required for connecting to LDAP address books"
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
39 },
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
40 "minimum-stability": "dev"
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
41 }