Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-06-26 08:47:17 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-06-26 08:47:17 +0300
commita8eae0a89a73e43da9012db07f3c7a1bf768c3ff (patch)
treecb183ebf1214da4c2b35e065ce4dfe97f5282e1b /composer.json
parent44da890c4b27b98fbfbd960580e12171421d79d3 (diff)
Switch back to upstream Horde lib
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index a61560817..f912bd0cd 100644
--- a/composer.json
+++ b/composer.json
@@ -3,10 +3,6 @@
{
"type": "pear",
"url": "https://pear.horde.org"
- },
- {
- "url": "https://github.com/icewind1991/Imap_Client.git",
- "type": "git"
}
],
"config": {
@@ -18,7 +14,7 @@
"php": ">=5.6.0",
"pear-pear.horde.org/Horde_Date": "^2.4.1@stable",
"pear-pear.horde.org/Horde_Exception": "^2.0.8@stable",
- "horde/imap-client": "dev-query-datatime-2.29.15",
+ "pear-pear.horde.org/Horde_Imap_Client": "^2.29.16@stable",
"pear-pear.horde.org/Horde_Mail": "^2.6.4@stable",
"pear-pear.horde.org/Horde_Mime": "^2.11.0@stable",
"pear-pear.horde.org/Horde_Nls": "^2.2.1@stable",