forked from callmez/yii2-wechat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (37 loc) · 1.13 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
{
"name": "callmez/yii2-wechat",
"type": "yii2-extension",
"description": "The wechat module for the Yii framework",
"keywords": ["yii2", "wechat", "weixin", "module"],
"license": "MIT",
"support": {
"issues": "https://github.com/callmez/yii2-wechat/issues",
"wiki": "https://github.com/callmez/yii2-wechat/wiki",
"source": "https://github.com/callmez/yii2-wechat"
},
"authors": [
{
"name": "CallMeZ",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": ">=2.0.x-dev",
"yiisoft/yii2-bootstrap": "*",
"symfony/yaml": "*",
"callmez/yii2-wechat-sdk" : "*",
"kartik-v/yii2-grid": "~3.0",
"kartik-v/yii2-mpdf": "~1.0",
"kartik-v/yii2-widgets": "~3.0",
"bower-asset/react": "~0.13",
"bower-asset/jquery.fileapi": "~0.4",
"bower-asset/angular": "1.3.*@stable",
"bower-asset/angular-drag-and-drop-lists": "1.*"
},
"autoload": {
"psr-4": {"callmez\\wechat\\": ""}
},
"extra": {
"bootstrap": "callmez\\wechat\\Bootstrap"
}
}