1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-10 04:18:10 +02:00
mailcow-dockerized/data/web/inc/lib/composer.json

17 lines
531 B
JSON
Raw Normal View History

2017-05-03 18:05:35 +02:00
{
"require": {
"robthree/twofactorauth": "^1.6",
2020-05-27 19:45:42 +02: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-14 22:03:25 +02:00
"bshaffer/oauth2-server-php": "^1.11",
"mustangostang/spyc": "^0.6.3",
2024-02-20 11:30:11 +02:00
"directorytree/ldaprecord": "^3.3",
2023-03-13 10:02:32 +02:00
"twig/twig": "^3.0",
"stevenmaguire/oauth2-keycloak": "^4.0",
2023-05-16 13:21:17 +02:00
"league/oauth2-client": "^2.7"
2017-05-03 18:05:35 +02:00
}
}