Skip to content

Commit

Permalink
add composer by hcp
Browse files Browse the repository at this point in the history
  • Loading branch information
黄初平 committed May 17, 2018
1 parent 6fb0cc4 commit 1b2ab58
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions composer.json
@@ -0,0 +1,27 @@
{
"name": "yii2/yii-search",
"description": "The Search module for Yii2",
"keywords": ["yii2", "search", "yii"],
"type": "yii2-extension",
"authors": [
{
"name": "hcp",
"email": "hcp0224@163.com"
}
],
"minimum-stability": "dev",
"require": {
"ruflin/elastica": "5.3.0",
"yiisoft/yii2": ">=2.0.4"
},
"autoload": {
"psr-4": {
"yii\\search\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
}
}

0 comments on commit 1b2ab58

Please sign in to comment.