RoundCube Webmail
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
943 B

8 years ago
  1. {
  2. "name": "roundcube/roundcubemail",
  3. "description": "The Roundcube Webmail suite",
  4. "license": "GPL-3.0+",
  5. "repositories": [
  6. {
  7. "type": "composer",
  8. "url": "https://plugins.roundcube.net"
  9. }
  10. ],
  11. "require": {
  12. "php": ">=5.4.0 <8",
  13. "pear/pear-core-minimal": "~1.10.1",
  14. "pear/auth_sasl": "~1.1.0",
  15. "pear/net_idna2": "~0.2.0",
  16. "pear/mail_mime": "~1.10.0",
  17. "pear/net_smtp": "~1.8.1",
  18. "pear/crypt_gpg": "~1.6.3",
  19. "pear/net_sieve": "~1.4.3",
  20. "roundcube/plugin-installer": "~0.2.0",
  21. "masterminds/html5": "~2.5.0",
  22. "endroid/qr-code": "~1.6.5"
  23. },
  24. "require-dev": {
  25. "phpunit/phpunit": "^4.8.36 || ^5.7.21"
  26. },
  27. "suggest": {
  28. "kolab/net_ldap3": "~1.1.1 required for connecting to LDAP",
  29. "mkopinsky/zxcvbn-php": "^4.4.2 required for Zxcvbn password strength driver"
  30. }
  31. }