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:
authorThomas Bruederli <thomas@roundcube.net>2018-03-10 17:56:24 +0300
committerThomas Bruederli <thomas@roundcube.net>2018-03-10 17:57:01 +0300
commitcf6b20437cee82f5dc88c4bea68c2ad647037072 (patch)
tree042421574d3a67d93f4b288155f2d24ea3970c17 /bin
parentf55724d1e8bb136f23c811538e3c90f6b26f78ab (diff)
Remove deprecated composer package 'endroid/qrcode' on update
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 79a83e7e7..08e3bb531 100755
--- a/bin/update.sh
+++ b/bin/update.sh
@@ -181,6 +181,7 @@ if ($RCI->configured) {
'pear-pear.php.net/net_sieve',
'pear/mail_mime-decode',
'roundcube/net_sieve',
+ 'endroid/qrcode',
);
foreach ($old_packages as $pkg) {
if (array_key_exists($pkg, $composer_data['require'])) {