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>2021-03-26 15:08:47 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-03-29 18:11:31 +0300
commit309cfc15147afeabac160a0d562d29de719ec897 (patch)
treeddd1b12a3de0cf4ec0e331c319036a46266d3f6b /composer.json
parent4f80f44ccc3e94423ef8f42ceb47d5bc537f20a7 (diff)
Replace abandoned kwi urllinker with a maintained fork
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 5157e0f3e..f1460b9f4 100644
--- a/composer.json
+++ b/composer.json
@@ -27,7 +27,6 @@
"christophwurst/kitinerary-sys": "^0.1.0",
"ezyang/htmlpurifier": "4.13.0",
"gravatarphp/gravatar": "^2.0",
- "kwi/urllinker": "dev-bleeding",
"pear-pear.horde.org/horde_date": "^2.4.1@stable",
"pear-pear.horde.org/horde_exception": "^2.0.8@stable",
"pear-pear.horde.org/horde_imap_client": "^2.29.16@stable",
@@ -43,7 +42,8 @@
"pear-pear.horde.org/horde_text_flowed": "^2.0.3@stable",
"pear-pear.horde.org/horde_util": "^2.5.8@stable",
"psr/log": "^1",
- "rubix/ml": "0.4.0"
+ "rubix/ml": "0.4.0",
+ "youthweb/urllinker": "^1.3"
},
"require-dev": {
"christophwurst/nextcloud": "v20.0.7",