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.

composer.json-dist 1.0KB

1234567891011121314151617181920212223242526272829303132333435
  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. "type": "vcs",
  12. "url": "https://git.kolab.org/diffusion/PNL/php-net_ldap.git"
  13. }
  14. ],
  15. "require": {
  16. "php": ">=5.4.0",
  17. "pear/pear-core-minimal": "~1.10.1",
  18. "pear/net_socket": "~1.2.1",
  19. "pear/auth_sasl": "~1.1.0",
  20. "pear/net_idna2": "~0.2.0",
  21. "pear/mail_mime": "~1.10.0",
  22. "pear/net_smtp": "~1.7.1",
  23. "pear/crypt_gpg": "~1.6.0",
  24. "pear/net_sieve": "~1.4.0",
  25. "roundcube/plugin-installer": "~0.1.6",
  26. "endroid/qr-code": "~1.6.5"
  27. },
  28. "require-dev": {
  29. "phpunit/phpunit": "^4.8.36 || ^5.7.15"
  30. },
  31. "suggest": {
  32. "pear/net_ldap2": "~2.2.0 required for connecting to LDAP",
  33. "kolab/Net_LDAP3": "dev-master required for connecting to LDAP"
  34. }
  35. }