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.

39 lines
1.2 KiB

  1. {
  2. "name": "roundcube/roundcubemail",
  3. "description": "The Roundcube Webmail suite",
  4. "license": "GPL-3.0+",
  5. "repositories": [
  6. {
  7. "type": "pear",
  8. "url": "https://pear.php.net/"
  9. },
  10. {
  11. "type": "composer",
  12. "url": "https://plugins.roundcube.net/"
  13. },
  14. {
  15. "type": "vcs",
  16. "url": "https://git.kolab.org/diffusion/PNL/php-net_ldap.git"
  17. }
  18. ],
  19. "require": {
  20. "php": ">=5.3.7",
  21. "roundcube/plugin-installer": "~0.1.6",
  22. "pear-pear.php.net/net_socket": "~1.0.12",
  23. "pear-pear.php.net/auth_sasl": "~1.0.6",
  24. "pear-pear.php.net/net_idna2": "~0.1.1",
  25. "pear-pear.php.net/net_sieve": "~1.3.4",
  26. "pear-pear.php.net/mail_mime": "~1.9.0",
  27. "pear-pear.php.net/net_smtp": "~1.7.1",
  28. "patchwork/utf8": "~1.2.3"
  29. },
  30. "require-dev": {
  31. "pear-pear.php.net/crypt_gpg": "*",
  32. "phpunit/phpunit": "*"
  33. },
  34. "suggest": {
  35. "pear-pear.php.net/net_ldap2": "~2.1.0 required for connecting to LDAP address books",
  36. "kolab/Net_LDAP3": "dev-master required for connecting to LDAP address books"
  37. },
  38. "minimum-stability": "dev"
  39. }