From d3a023d1ed850e4e6cd2d4c0c005e2e66b920d6c Mon Sep 17 00:00:00 2001 From: Terry <2358269014@qq.com> Date: Wed, 10 Jan 2018 22:15:07 +0800 Subject: [PATCH] Create composer.json --- composer.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..a5bf201 --- /dev/null +++ b/composer.json @@ -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": "2358269014@qq.com" + } + ], + "minimum-stability": "stable", + "require": { + "php": ">=5.4.0" + }, + "autoload": { + "psr-4": { + "fecshop\\elasticsearch\\": "" + } + }, + "repositories": [ + { + "type": "composer", + "url": "https://asset-packagist.org" + } + ] +}