composer.json 482 B

123456789101112131415
  1. {
  2. "require": {
  3. "robthree/twofactorauth": "^1.6",
  4. "yubico/u2flib-server": "^1.0",
  5. "phpmailer/phpmailer": "^6.1",
  6. "php-mime-mail-parser/php-mime-mail-parser": "^7",
  7. "soundasleep/html2text": "^0.5.0",
  8. "ddeboer/imap": "^1.5",
  9. "matthiasmullie/minify": "^1.3",
  10. "bshaffer/oauth2-server-php": "^1.11",
  11. "mustangostang/spyc": "^0.6.3",
  12. "directorytree/ldaprecord": "^2.4",
  13. "twig/twig": "^3.0"
  14. }
  15. }