git subrepo clone https://github.com/mailcow/mailcow-dockerized.git mailcow/src/mailcow-dockerized

subrepo: subdir:   "mailcow/src/mailcow-dockerized"
  merged:   "a832becb"
upstream: origin:   "https://github.com/mailcow/mailcow-dockerized.git"
  branch:   "master"
  commit:   "a832becb"
git-subrepo: version:  "0.4.3"
  origin:   "???"
  commit:   "???"
Change-Id: If5be2d621a211e164c9b6577adaa7884449f16b5
diff --git a/mailcow/src/mailcow-dockerized/data/web/inc/lib/composer.json b/mailcow/src/mailcow-dockerized/data/web/inc/lib/composer.json
new file mode 100644
index 0000000..17caa43
--- /dev/null
+++ b/mailcow/src/mailcow-dockerized/data/web/inc/lib/composer.json
@@ -0,0 +1,13 @@
+{
+    "require": {
+        "robthree/twofactorauth": "^1.6",
+        "yubico/u2flib-server": "^1.0",
+        "phpmailer/phpmailer": "^6.1",
+        "php-mime-mail-parser/php-mime-mail-parser": "^5.0.5",
+        "soundasleep/html2text": "^0.5.0",
+        "ddeboer/imap": "^1.5",
+        "matthiasmullie/minify": "^1.3",
+        "bshaffer/oauth2-server-php": "^1.11",
+        "mustangostang/spyc": "^0.6.3"
+    }
+}