From c99eff9ba63a484ab2c8d1017c74bed098e36561 Mon Sep 17 00:00:00 2001 From: Reedy Date: Wed, 10 Oct 2018 18:41:00 +0100 Subject: [PATCH] Remove pear/mail_mime-decode Bug: T109121 Change-Id: I540b8a59dbe88c27f49b3c4cd8740872afd5d8bf --- RELEASE-NOTES-1.32 | 1 + composer.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES-1.32 b/RELEASE-NOTES-1.32 index d929453185..ffe10f2b41 100644 --- a/RELEASE-NOTES-1.32 +++ b/RELEASE-NOTES-1.32 @@ -117,6 +117,7 @@ production. * Updated jquery from v3.2.1 to v3.3.1. ==== Removed external libraries ==== +* pear/mail_mime-decode was removed. * … === Bug fixes in 1.32 === diff --git a/composer.json b/composer.json index c08ebcf5dc..2e13f90ac2 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,6 @@ "oyejorge/less.php": "1.7.0.14", "pear/mail": "1.4.1", "pear/mail_mime": "1.10.2", - "pear/mail_mime-decode": "1.5.5.2", "pear/net_smtp": "1.8.0", "php": ">=5.6.99", "psr/log": "1.0.2", -- 2.20.1