-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathcomposer.json
executable file
·51 lines (51 loc) · 1.5 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "null-ref-excep/yii2-shopper",
"description": "E-commerce application template based on Yii 2 Advanced Application Template",
"keywords": [
"yii2",
"framework",
"application template",
"shop",
"e-commerce"
],
"type": "project",
"license": "MIT",
"support": {
"issues": "https://github.com/NullRefExcep/yii2-shopper/issues",
"wiki": "https://github.com/NullRefExcep/yii2-shopper/wiki",
"source": "https://github.com/NullRefExcep/yii2-shopper"
},
"minimum-stability": "dev",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "2.0.0",
"yiisoft/yii2-bootstrap": "2.0.0",
"yiisoft/yii2-swiftmailer": "2.0.0",
"rmrevin/yii2-fontawesome": "2.5.0",
"kartik-v/yii2-widgets": "*",
"wbraganca/yii2-nested-set-behavior": "*",
"wbraganca/yii2-fancytree-widget": "*",
"omnilight/yii2-shopping-cart": "*"
},
"require-dev": {
"yiisoft/yii2-codeception": "2.0.0",
"yiisoft/yii2-debug": "2.0.0",
"yiisoft/yii2-gii": "2.0.0",
"yiisoft/yii2-faker": "2.0.0"
},
"config": {
"process-timeout": 1800
},
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/serhiyvinichuk/yii2-fancytree-widget"
}
]
}