| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "hightman/xunsearch",
- "description": "xunsearch php sdk, include yii, yii2 supports",
- "keywords": ["xunsearch", "search engine", "yii", "yii2"],
- "homepage": "http://www.xunsearch.com/",
- "type": "library",
- "license": "GPL-2.0+",
- "authors": [
- {
- "name": "hightman",
- "email": "hightman@twomice.net",
- "homoepage": "http://hightman.cn/",
- "role": "Founder and project leader"
- }
- ],
- "support": {
- "issues": "https://github.com/hightman/xunsearch/issues?q=is%3Aopen",
- "forum": "http://bbs.xunsearch.com/",
- "guide": "http://www.xunsearch.com/doc/php",
- "source": "https://github.com/hightman/xunsearch/"
- },
- "require": {
- "php": ">=5.3.0",
- "ext-mbstring": "*",
- "lib-pcre": "*"
- },
- "autoload": {
- "classmap": ["lib/", "wrapper/yii-ext/"],
- "psr-4": {
- "hightman\\xunsearch\\": "wrapper/yii2-ext/"
- }
- },
- "bin": [
- "util/xs"
- ],
- "extra": {
- "branch-alias": {
- "dev-master": "1.4.x-dev"
- }
- },
- "archive": {
- "exclude": ["/dev", "/doc", "/tests"]
- }
- }
|