summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2015-03-18 18:26:28 +0100
committerThomas Bruederli <thomas@roundcube.net>2015-03-18 18:26:28 +0100
commitec48287775109fe7bc2737e718d19835b8a9612e (patch)
treec1905a9bbfe0f7ac21fbf5bf51933c7910bb7633
parent3dd377e2725a5c578caef5f8e60438e7db1db1dd (diff)
Freeze Mail_mimeDecode at version 1.5.5 as git master is utterly broken
-rw-r--r--composer.json-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json-dist b/composer.json-dist
index 2f522d494..395382cfe 100644
--- a/composer.json-dist
+++ b/composer.json-dist
@@ -32,7 +32,7 @@
"php": ">=5.3.7",
"roundcube/plugin-installer": ">=0.1.5",
"pear/mail_mime": ">=1.8.9",
- "pear/mail_mime-decode": ">=1.5.5",
+ "pear/mail_mime-decode": "~1.5.5",
"pear/net_smtp": "dev-master",
"pear-pear.php.net/auth_sasl": ">=1.0.6",
"pear-pear.php.net/net_idna2": ">=0.1.1",