提交 89f33ea5 编写于 作者: _ __FresHmaN 提交者: Terry

chore(cs): added gitignore && editorconfig (#8)

from  强
上级 13fc05ef
# editorconfig.org
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
[*.php]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.{js,twig,css,scss,html}]
indent_style = space
indent_size = 2
[{Gruntfile.js,bower.json,composer.json,package.json}]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false
\ No newline at end of file
.idea
/composer.lock
/vendor/
......@@ -2,40 +2,40 @@
"name": "fancyecommerce/fecshop",
"description": "fancyecommerce yii2 fecshop ",
"keywords": [
"yii2",
"fecshop" ,
"fancyecommerce" ,
"shop" ,
"ecommerce" ,
"cart"
"yii2",
"fecshop" ,
"fancyecommerce" ,
"shop" ,
"ecommerce" ,
"cart"
],
"homepage": "https://github.com/fancyecommerce/yii2_fecshop",
"type": "yii2-extension",
"license": "BSD-3-Clause",
"support": {
"source": "https://github.com/fancyecommerce/yii2_fecshop"
"source": "https://github.com/fancyecommerce/yii2_fecshop"
},
"authors": [
{
"name": "terry",
"email": "zqy234@126.com"
}
{
"name": "terry",
"email": "zqy234@126.com"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": ">=2.0.11" ,
"fancyecommerce/fec_admin":">=1.3.6.5",
"yiisoft/yii2-mongodb": "~2.1.0" ,
"skeeks/yii2-assets-auto-compress": "*",
"hightman/xunsearch": "*@beta"
"php": ">=5.4.0",
"yiisoft/yii2": ">=2.0.11" ,
"fancyecommerce/fec_admin":">=1.3.6.5",
"yiisoft/yii2-mongodb": "~2.1.0" ,
"skeeks/yii2-assets-auto-compress": "*",
"hightman/xunsearch": "*@beta"
},
"autoload": {
"psr-4": {
"fecshop\\": ""
}
"psr-4": {
"fecshop\\": ""
}
},
"config": {
"process-timeout": 1800
}
"process-timeout": 1800
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册