comparison composer.json @ 8:bf99236cc5cd

try to recover from upgrade fail
author Charlie Root
date Sat, 29 Dec 2018 07:07:34 -0500
parents 4681f974d28b
children 8e3cc6fc791d
comparison
equal deleted inserted replaced
7:65fd7d441cf1 8:bf99236cc5cd
11 "type": "composer", 11 "type": "composer",
12 "url": "https://plugins.roundcube.net/" 12 "url": "https://plugins.roundcube.net/"
13 }, 13 },
14 { 14 {
15 "type": "vcs", 15 "type": "vcs",
16 "url": "https://github.com/roundcube/Net_Sieve.git"
17 },
18 {
19 "type": "vcs",
16 "url": "https://git.kolab.org/diffusion/PNL/php-net_ldap.git" 20 "url": "https://git.kolab.org/diffusion/PNL/php-net_ldap.git"
17 } 21 }
18 ], 22 ],
19 "require": { 23 "require": {
20 "php": ">=5.3.7", 24 "php": ">=5.3.7",
21 "roundcube/plugin-installer": "~0.1.6", 25 "roundcube/plugin-installer": ">=0.1.6",
22 "pear-pear.php.net/net_socket": ">=1.0.12", 26 "pear-pear.php.net/net_socket": ">=1.0.12",
23 "pear-pear.php.net/auth_sasl": ">=1.0.6", 27 "pear-pear.php.net/auth_sasl": ">=1.0.6",
24 "pear-pear.php.net/net_sieve": ">=1.3.2", 28 "pear-pear.php.net/mail_mime": ">=1.10.0",
25 "pear-pear.php.net/mail_mime": ">=1.8.9", 29 "pear-pear.php.net/net_smtp": ">=1.7.1",
26 "pear-pear.php.net/net_smtp": ">=1.6.2", 30 "roundcube/net_sieve": ">=1.5.0"
27 "patchwork/utf8": ">=1.1.25"
28 }, 31 },
29 "require-dev": { 32 "require-dev": {
30 "pear-pear.php.net/crypt_gpg": "*",
31 "phpunit/phpunit": "*" 33 "phpunit/phpunit": "*"
32 }, 34 },
33 "suggest": { 35 "suggest": {
34 "pear-pear.php.net/net_ldap2": ">=2.0.12", 36 "pear-pear.php.net/net_ldap2": ">=2.2.0",
37 "pear-pear.php.net/crypt_gpg": ">=1.4.2",
35 "kolab/Net_LDAP3": "dev-master required for connecting to LDAP address books" 38 "kolab/Net_LDAP3": "dev-master required for connecting to LDAP address books"
36 }, 39 },
37 "minimum-stability": "dev" 40 "minimum-stability": "dev"
38 } 41 }