composer.json 413 B

12345678910111213
  1. {
  2. "require": {
  3. "robthree/twofactorauth": "^1.6",
  4. "yubico/u2flib-server": "^1.0",
  5. "phpmailer/phpmailer": "^5.2",
  6. "php-mime-mail-parser/php-mime-mail-parser": "^5.0.5",
  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. }
  13. }