diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2015-03-18 18:26:28 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2015-03-18 18:26:28 +0100 |
commit | ec48287775109fe7bc2737e718d19835b8a9612e (patch) | |
tree | c1905a9bbfe0f7ac21fbf5bf51933c7910bb7633 /composer.json-dist | |
parent | 3dd377e2725a5c578caef5f8e60438e7db1db1dd (diff) |
Freeze Mail_mimeDecode at version 1.5.5 as git master is utterly broken
Diffstat (limited to 'composer.json-dist')
-rw-r--r-- | composer.json-dist | 2 |
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", |