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>2019-10-10 14:36:35 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-01-08 16:01:06 +0300
commit150716df3480175ac223f59f9349eba8cedf6524 (patch)
tree4151035d6b00aba594799fbb4c1a4b5c935c206d /composer.json
parentb57fa26fc1401cf3afc4289e35c6ed5d0cc863b4 (diff)
Use KItinerary to extract information from emails and attachments
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json15
1 files changed, 10 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index 4eaa8ecbc..87a2e8202 100644
--- a/composer.json
+++ b/composer.json
@@ -17,6 +17,14 @@
},
"require": {
"php": ">=7.2",
+ "arthurhoaro/favicon": "^1.2",
+ "cerdic/css-tidy": "v1.7.1",
+ "christophwurst/kitinerary": "^0.2",
+ "christophwurst/kitinerary-bin": "^0.2",
+ "christophwurst/kitinerary-flatpak": "^0.2",
+ "ezyang/htmlpurifier": "4.12.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",
@@ -29,13 +37,10 @@
"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",
- "cerdic/css-tidy": "v1.7.1",
- "ezyang/htmlpurifier": "4.12.0",
- "kwi/urllinker": "dev-bleeding",
- "gravatarphp/gravatar": "^2.0",
- "arthurhoaro/favicon": "^1.2"
+ "psr/log": "^1"
},
"require-dev": {
+ "roave/security-advisories": "dev-master",
"christophwurst/nextcloud": "v17.0.2",
"christophwurst/nextcloud_testing": "0.9.1",
"phan/phan": "^2.0"