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 739B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "kolab/net_ldap3",
  3. "description": "A successor of the PEAR:Net_LDAP2 module providing advanced functionality for accessing LDAP directories",
  4. "type": "library",
  5. "version": "1.0.6",
  6. "keywords": ["pear", "ldap", "vlv"],
  7. "homepage": "http://git.kolab.org/pear/Net_LDAP3/",
  8. "license": "GPL-3.0+",
  9. "authors": [
  10. {
  11. "name": "Jeroen van Meeuwen",
  12. "email": "vanmeeuwen@kolabsys.com",
  13. "role": "Lead"
  14. },
  15. {
  16. "name": "Aleksander Machniak",
  17. "email": "machniak@kolabsys.com",
  18. "role": "Developer"
  19. },
  20. {
  21. "name": "Thomas Bruederli",
  22. "email": "roundcube@gmail.com",
  23. "role": "Developer"
  24. }
  25. ],
  26. "require": {
  27. "php": ">=5.3.3",
  28. "pear/net_ldap2": ">=2.0.12"
  29. },
  30. "autoload": {
  31. "classmap": ["lib/"]
  32. }
  33. }