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:
authorDaniel Kesselberg <mail@danielkesselberg.de>2021-01-19 19:02:44 +0300
committerDaniel Kesselberg <mail@danielkesselberg.de>2021-01-26 16:05:39 +0300
commitf747f5e309cc38ff6820d0f83a5b2bf4da597f54 (patch)
tree5b79b63505d2ef3e927bbaa9153d407bd47d24a9 /composer.json
parente7e47880c03d4b23325fa24718e1b602f9cd56c1 (diff)
Add horde_stringprep to support SCRAM-SHA-1.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index b4fdf224d..42bc31dc4 100644
--- a/composer.json
+++ b/composer.json
@@ -13,7 +13,8 @@
"config": {
"platform": {
"php": "7.3"
- }
+ },
+ "sort-packages": true
},
"require": {
"php": ">=7.3",
@@ -33,12 +34,13 @@
"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",
+ "pear-pear.horde.org/horde_smtp": "^1.9.5@stable",
"pear-pear.horde.org/horde_stream": "^1.6.3@stable",
+ "pear-pear.horde.org/horde_stringprep": "^1.0",
"pear-pear.horde.org/horde_support": "^2.2.0@stable",
"pear-pear.horde.org/horde_text_filter": "^2.3.5@stable",
"pear-pear.horde.org/horde_text_flowed": "^2.0.3@stable",
"pear-pear.horde.org/horde_util": "^2.5.8@stable",
- "pear-pear.horde.org/horde_smtp": "^1.9.5@stable",
"psr/log": "^1",
"rubix/ml": "0.2.4"
},