mailcow/data/web/inc/lib/composer.json

16 lines
482 B
JSON
Raw Normal View History

2017-05-04 00:05:35 +08:00
{
"require": {
"robthree/twofactorauth": "^1.6",
"yubico/u2flib-server": "^1.0",
2020-05-28 01:45:42 +08:00
"phpmailer/phpmailer": "^6.1",
"php-mime-mail-parser/php-mime-mail-parser": "^7",
"soundasleep/html2text": "^0.5.0",
"ddeboer/imap": "^1.5",
"matthiasmullie/minify": "^1.3",
2019-11-15 04:03:25 +08:00
"bshaffer/oauth2-server-php": "^1.11",
"mustangostang/spyc": "^0.6.3",
"directorytree/ldaprecord": "^2.4",
"twig/twig": "^3.0"
2017-05-04 00:05:35 +08:00
}
}