Mercurial > hg > rc2
changeset 10:8e3cc6fc791d
dependencies for plugins?
author | Charlie Root |
---|---|
date | Mon, 11 May 2020 16:56:46 -0400 |
parents | 0c9c57d9d4dd |
children | aff04b06b685 |
files | composer.json |
diffstat | 1 files changed, 10 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/composer.json Fri Jan 04 06:38:56 2019 -0500 +++ b/composer.json Mon May 11 16:56:46 2020 -0400 @@ -21,13 +21,19 @@ } ], "require": { - "php": ">=5.3.7", - "roundcube/plugin-installer": ">=0.1.6", + "php": ">=5.4.0", + "roundcube/plugin-installer": "~0.1.6", "pear-pear.php.net/net_socket": ">=1.0.12", "pear-pear.php.net/auth_sasl": ">=1.0.6", "pear-pear.php.net/mail_mime": ">=1.10.0", "pear-pear.php.net/net_smtp": ">=1.7.1", - "roundcube/net_sieve": ">=1.5.0" + "roundcube/net_sieve": ">=1.5.0", + "pear/pear-core-minimal": "~1.10.1", + "pear/net_socket": "~1.2.1", + "pear/auth_sasl": "~1.1.0", + "pear/net_idna2": "~0.2.0", + "pear/crypt_gpg": "~1.6.0", + "endroid/qrcode": "~1.6.5" }, "require-dev": { "phpunit/phpunit": "*" @@ -38,4 +44,4 @@ "kolab/Net_LDAP3": "dev-master required for connecting to LDAP address books" }, "minimum-stability": "dev" -} +} \ No newline at end of file