Skip to content

Commit

Permalink
disable plugin in plugin install until Roundcube is fully autoloadable
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Apr 4, 2024
1 parent bc5ec05 commit 5485b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/database_attachments/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true,
"roundcube/plugin-installer": true
"roundcube/plugin-installer": false
}
}
}
2 changes: 1 addition & 1 deletion plugins/redundant_attachments/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true,
"roundcube/plugin-installer": true
"roundcube/plugin-installer": false
}
}
}

0 comments on commit 5485b7a

Please sign in to comment.