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
path: root/bin
diff options
context:
space:
mode:
authorjohndoh <roundcube@tehinterweb.co.uk>2021-08-28 10:09:19 +0300
committerGitHub <noreply@github.com>2021-08-28 10:09:19 +0300
commit0c863206f1a719c4bcfc3864dfbe23ce03ac5307 (patch)
tree37756fa1dc95e3db5c6ba990d01dd2ba3f66aa8f /bin
parent67c822cd79e1ba46c172a5a87a203baf8b41507a (diff)
Replace Endroid QrCode with BaconQrCode (#8173)
Diffstat (limited to 'bin')
-rwxr-xr-xbin/update.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/update.sh b/bin/update.sh
index 9c4513a91..c46ad4bf6 100755
--- a/bin/update.sh
+++ b/bin/update.sh
@@ -195,6 +195,7 @@ if ($RCI->configured) {
'pear/mail_mime-decode',
'roundcube/net_sieve',
'endroid/qrcode',
+ 'endroid/qr-code',
];
foreach ($old_packages as $pkg) {