-
Notifications
You must be signed in to change notification settings - Fork 56
/
composer.json
36 lines (36 loc) · 947 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "yinhe/yincart",
"description": "yincart is a online shop system which base on yiiframework",
"keywords": ["yii", "yincart"],
"homepage": "http://www.yincart.com/",
"type": "library",
"license": "BSD-3-Clause",
"authors": [
{
"name": "He Yin",
"email": "[email protected]",
"homepage": "http://www.yincart.com/",
"role": "Founder and project lead"
}
],
"support": {
"issues": "https://github.com/yinhe/yincart/issues?state=open",
"forum": "http://bbs.yincart.com/",
"wiki": "http://www.yincart.com/wiki/",
"source": "https://github.com/yinhe/yincart"
},
"require": {
"php": ">=5.2.1",
"ext-mbstring": "*",
"lib-pcre": "*"
},
"autoload": {
"psr-0": { "yii\\": "/" }
},
"suggest": {
"michelf/php-markdown": "Required by Markdown.",
"twig/twig": "Required by TwigViewRenderer.",
"smarty/smarty": "Required by SmartyViewRenderer.",
"ezyang/htmlpurifier": "Required by HtmlPurifier."
}
}