composer.json 999 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "hightman/xunsearch",
  3. "description": "xunsearch php sdk, include yii, yii2 supports",
  4. "keywords": ["xunsearch", "search engine", "yii", "yii2"],
  5. "homepage": "http://www.xunsearch.com/",
  6. "type": "library",
  7. "license": "GPL-2.0+",
  8. "authors": [
  9. {
  10. "name": "hightman",
  11. "email": "hightman@twomice.net",
  12. "homoepage": "http://hightman.cn/",
  13. "role": "Founder and project leader"
  14. }
  15. ],
  16. "support": {
  17. "issues": "https://github.com/hightman/xunsearch/issues?q=is%3Aopen",
  18. "forum": "http://bbs.xunsearch.com/",
  19. "guide": "http://www.xunsearch.com/doc/php",
  20. "source": "https://github.com/hightman/xunsearch/"
  21. },
  22. "require": {
  23. "php": ">=5.3.0",
  24. "ext-mbstring": "*",
  25. "lib-pcre": "*"
  26. },
  27. "autoload": {
  28. "classmap": ["lib/", "wrapper/yii-ext/"],
  29. "psr-4": {
  30. "hightman\\xunsearch\\": "wrapper/yii2-ext/"
  31. }
  32. },
  33. "bin": [
  34. "util/xs"
  35. ],
  36. "extra": {
  37. "branch-alias": {
  38. "dev-master": "1.4.x-dev"
  39. }
  40. },
  41. "archive": {
  42. "exclude": ["/dev", "/doc", "/tests"]
  43. }
  44. }