diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 6421c2a..ca128ff 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "pear/net_smtp": "~1.10.0", "pear/crypt_gpg": "~1.6.3", "pear/net_sieve": "~1.4.5", - "roundcube/plugin-installer": "~0.3.0", + "roundcube/plugin-installer": "0.3.3", "roundcube/rtf-html-php": "~2.1", "masterminds/html5": "~2.7.0", "endroid/qr-code": "~1.6.5", @@ -24,6 +24,9 @@ "kolab/net_ldap3": "~1.1.1", "symfony/polyfill-intl-idn": "1.19.0" }, + "require-dev": { + "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6 || ^7" + }, "suggest": { "bjeavons/zxcvbn-php": "^1.0 required for Zxcvbn password strength driver" }, |