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:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json35
1 files changed, 16 insertions, 19 deletions
diff --git a/composer.json b/composer.json
index 434ed3fde..673406446 100644
--- a/composer.json
+++ b/composer.json
@@ -1,10 +1,6 @@
{
"repositories": [
{
- "type": "pear",
- "url": "https://pear.horde.org"
- },
- {
"type": "vcs",
"url": "https://github.com/kwi-dk/UrlLinker",
"branch": "bleeding"
@@ -14,12 +10,25 @@
"platform": {
"php": "7.4"
},
- "sort-packages": true
+ "sort-packages": true,
+ "allow-plugins": {
+ "bamarni/composer-bin-plugin": true
+ }
},
"require": {
"php": ">=7.4",
"arthurhoaro/favicon": "^1.2",
"bamarni/composer-bin-plugin": "^1.4",
+ "bytestream/horde-exception": "^2.1",
+ "bytestream/horde-imap-client": "^2.31",
+ "bytestream/horde-mail": "^2.7",
+ "bytestream/horde-mime": "^2.12",
+ "bytestream/horde-stream": "^1.7",
+ "bytestream/horde-stringprep": "^1.1",
+ "bytestream/horde-support": "^2.3",
+ "bytestream/horde-text-filter": "^2.4",
+ "bytestream/horde-text-flowed": "^2.1",
+ "bytestream/horde-util": "^2.6",
"cerdic/css-tidy": "v2.0.1",
"christophwurst/kitinerary": "^0.2",
"christophwurst/kitinerary-bin": "^0.2",
@@ -27,20 +36,8 @@
"christophwurst/kitinerary-sys": "^0.1.0",
"ezyang/htmlpurifier": "4.14.0",
"gravatarphp/gravatar": "^2.0",
- "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",
- "pear-pear.horde.org/horde_mail": "^2.6.4@stable",
- "pear-pear.horde.org/horde_managesieve": "^1.0",
- "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",
+ "nextcloud/horde-managesieve": "^1.0",
+ "nextcloud/horde-smtp": "^1.0",
"psr/log": "^1",
"rubix/ml": "0.4.2",
"sabberworm/php-css-parser": "^8.3",