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:
authorRaoul Bhatia <raoul@bhatia.at>2022-09-24 10:29:32 +0300
committerGitHub <noreply@github.com>2022-09-24 10:29:32 +0300
commit10f4be7a8a73ac3aeee4ff8df3ff948458eebe5e (patch)
treeeb422136d9eb20a7323616f336124f7fb22428bb
parente278cce6b86004707a8c44454baa52881130b0e9 (diff)
Add plugin-installer to allowed-plugins (#8680)release-1.4
So we skip the confirmaton question with new composer versions. (cherry picked from commit 8bd31c54218971da24e6e9ba268dfb16feef1829) Co-authored-by: Aleksander Machniak <alec@alec.pl>
-rw-r--r--composer.json-dist5
1 files changed, 5 insertions, 0 deletions
diff --git a/composer.json-dist b/composer.json-dist
index 192551a57..13064ce8f 100644
--- a/composer.json-dist
+++ b/composer.json-dist
@@ -27,5 +27,10 @@
"suggest": {
"kolab/net_ldap3": "~1.1.1 required for connecting to LDAP",
"mkopinsky/zxcvbn-php": "^4.4.2 required for Zxcvbn password strength driver"
+ },
+ "config": {
+ "allow-plugins": {
+ "roundcube/plugin-installer": true
+ }
}
}