annotate composer.json @ 11:aff04b06b685 default tip

various small fixes from upgrades to PHP and/or hangover from fix to apt-get overwrite at beginning of the year somehow
author Charlie Root
date Sun, 26 Jan 2025 13:09:03 -0500
parents 8e3cc6fc791d
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": {
10
8e3cc6fc791d dependencies for plugins?
Charlie Root
parents: 8
diff changeset
24 "php": ">=5.4.0",
8e3cc6fc791d dependencies for plugins?
Charlie Root
parents: 8
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",
10
8e3cc6fc791d dependencies for plugins?
Charlie Root
parents: 8
diff changeset
30 "roundcube/net_sieve": ">=1.5.0",
8e3cc6fc791d dependencies for plugins?
Charlie Root
parents: 8
diff changeset
31 "pear/pear-core-minimal": "~1.10.1",
8e3cc6fc791d dependencies for plugins?
Charlie Root
parents: 8
diff changeset
32 "pear/net_socket": "~1.2.1",
8e3cc6fc791d dependencies for plugins?
Charlie Root
parents: 8
diff changeset
33 "pear/auth_sasl": "~1.1.0",
8e3cc6fc791d dependencies for plugins?
Charlie Root
parents: 8
diff changeset
34 "pear/net_idna2": "~0.2.0",
8e3cc6fc791d dependencies for plugins?
Charlie Root
parents: 8
diff changeset
35 "pear/crypt_gpg": "~1.6.0",
8e3cc6fc791d dependencies for plugins?
Charlie Root
parents: 8
diff changeset
36 "endroid/qrcode": "~1.6.5"
0
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
37 },
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
38 "require-dev": {
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
39 "phpunit/phpunit": "*"
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
40 },
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
41 "suggest": {
8
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
42 "pear-pear.php.net/net_ldap2": ">=2.2.0",
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
43 "pear-pear.php.net/crypt_gpg": ">=1.4.2",
0
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
44 "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
45 },
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
46 "minimum-stability": "dev"
10
8e3cc6fc791d dependencies for plugins?
Charlie Root
parents: 8
diff changeset
47 }