summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json11
1 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index f9a28eb..6421c2a 100644
--- a/composer.json
+++ b/composer.json
@@ -21,12 +21,15 @@
"masterminds/html5": "~2.7.0",
"endroid/qr-code": "~1.6.5",
"guzzlehttp/guzzle": "^6.5.5",
- "kolab/net_ldap3": "~1.1.1"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6 || ^7"
+ "kolab/net_ldap3": "~1.1.1",
+ "symfony/polyfill-intl-idn": "1.19.0"
},
"suggest": {
"bjeavons/zxcvbn-php": "^1.0 required for Zxcvbn password strength driver"
+ },
+ "config": {
+ "allow-plugins": {
+ "roundcube/plugin-installer": true
+ }
}
}