No Description
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.

var_www_roundcube_composer.json 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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://github.com/roundcube/Net_Sieve.git"
  17. },
  18. {
  19. "type": "vcs",
  20. "url": "https://git.kolab.org/diffusion/PNL/php-net_ldap.git"
  21. }
  22. ],
  23. "require": {
  24. "php": ">=5.3.7",
  25. "pear/pear-core-minimal": "~1.10.1",
  26. "roundcube/plugin-installer": "~0.1.6",
  27. "pear-pear.php.net/net_socket": "~1.0.12",
  28. "pear-pear.php.net/auth_sasl": "~1.0.6",
  29. "pear-pear.php.net/net_idna2": "~0.1.1",
  30. "pear-pear.php.net/mail_mime": "~1.10.0",
  31. "pear-pear.php.net/net_smtp": "~1.7.1",
  32. "pear-pear.php.net/crypt_gpg": "~1.4.2",
  33. "roundcube/net_sieve": "~1.5.0",
  34. "alexandregz/twofactor_gauthenticator": "dev-master",
  35. "roundcube/carddav": "dev-master"
  36. },
  37. "require-dev": {
  38. "phpunit/phpunit": "*"
  39. },
  40. "suggest": {
  41. "pear-pear.php.net/net_ldap2": "~2.2.0 required for connecting to LDAP address books",
  42. "kolab/Net_LDAP3": "dev-master required for connecting to LDAP address books"
  43. },
  44. "minimum-stability": "dev"
  45. }