mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-14 10:52:49 +02:00
d82c2bfdb7
[Web] Include IMAP lib for future use [Web] Fix default exception handler [Web] Fix sync job edit forms [Web] Other minor fixes
11 lines
283 B
JSON
11 lines
283 B
JSON
{
|
|
"require": {
|
|
"robthree/twofactorauth": "^1.6",
|
|
"yubico/u2flib-server": "^1.0",
|
|
"phpmailer/phpmailer": "^5.2",
|
|
"php-mime-mail-parser/php-mime-mail-parser": "^2.9",
|
|
"soundasleep/html2text": "^0.5.0",
|
|
"ddeboer/imap": "^1.5"
|
|
}
|
|
}
|