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

12345678910111213141516171819202122232425
  1. {
  2. "name": "pear/net_ldap2",
  3. "description": "Object oriented interface for searching and manipulating LDAP-entries",
  4. "license": "LGPL-3.0",
  5. "type": "library",
  6. "keywords": [
  7. "pear",
  8. "ldap"
  9. ],
  10. "homepage": "http://pear.php.net/package/Net_LDAP2",
  11. "support": {
  12. "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Net_LDAP2",
  13. "source": "https://github.com/pear/Net_LDAP2"
  14. },
  15. "require": {
  16. "pear/pear-core-minimal": "^1.10.1",
  17. "ext-ldap": "*"
  18. },
  19. "include-path": ["."],
  20. "autoload": {
  21. "classmap": [
  22. "Net/"
  23. ]
  24. }
  25. }