-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
43 lines (43 loc) · 1.06 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
{
"name": "amilna/yii2-yes",
"description": "Yii Ecommerce Support",
"type": "yii2-extension",
"keywords": ["yii2","extension","shoping cart","e-commerce"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Satrio Arditama",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": "*",
"kartik-v/yii2-mpdf": "*",
"kartik-v/yii2-widgets": "*",
"kartik-v/yii2-date-range": "*",
"kartik-v/yii2-grid": "*",
"kartik-v/yii2-editable": "*",
"vova07/yii2-imperavi-widget": "dev-master",
"himiklab/yii2-colorbox-widget" : "*",
"iutbay/yii2-fontawesome": "*",
"iutbay/yii2-kcfinder" : "dev-master",
"amilna/yii2-elevatezoom": "dev-master",
"amilna/yii2-yap": "dev-master",
"kop/yii2-scroll-pager": "dev-master"
},
"repositories":[
{
"type": "vcs",
"url": "https://github.com/aaiyo/yii2-kcfinder"
},
{
"type": "vcs",
"url": "https://github.com/aaiyo/yii2-imperavi-widget"
}
],
"autoload": {
"psr-4": {
"amilna\\yes\\": ""
}
}
}