Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2022-06-26 23:25:55 +0300
committerThomas Bruederli <thomas@roundcube.net>2022-06-26 23:25:55 +0300
commit0121082842400ce1919ff4b4d36c991630b6988c (patch)
tree715558f62c11615b148d8696c3cc7d5900609161
parent88c156612689bf7465272c5f757d04af192d684a (diff)
Set allow-plugins config for compoer1.5.3
See https://getcomposer.org/doc/06-config.md#allow-plugins
-rw-r--r--composer.json-dist5
1 files changed, 5 insertions, 0 deletions
diff --git a/composer.json-dist b/composer.json-dist
index 83106c347..0c659cdfc 100644
--- a/composer.json-dist
+++ b/composer.json-dist
@@ -28,5 +28,10 @@
"suggest": {
"kolab/net_ldap3": "~1.1.1 required for connecting to LDAP",
"bjeavons/zxcvbn-php": "^1.0 required for Zxcvbn password strength driver"
+ },
+ "config": {
+ "allow-plugins": {
+ "roundcube/plugin-installer": true
+ }
}
}