Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyecommerce authored Jan 10, 2018
1 parent e2f77bc commit d3a023d
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "fancyecommerce/fecshop_elasticsearch",
"description": "fecshop elasticsearch extension for category, product, search page ",
"keywords": [
"yii2",
"fecshop",
"elasticsearch"
],
"homepage": "https://github.com/fecshop/yii2_fecshop_elasticsearch",
"type": "yii2-extension",
"license": "BSD 3-Clause",
"support": {
"source": "https://github.com/fecshop/yii2_fecshop_elasticsearch"
},
"authors": [
{
"name": "terry",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0"
},
"autoload": {
"psr-4": {
"fecshop\\elasticsearch\\": ""
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}

0 comments on commit d3a023d

Please sign in to comment.