forked from egdw/applet-h5-shop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·41 lines (41 loc) · 926 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
37
38
39
40
41
{
"name": "weiphpdev/weiphp5",
"description": "the new wechat framework",
"type": "project",
"keywords": [
"weiphp",
"wechat",
"miniapp"
],
"homepage": "https://www.weiphp.cn/",
"license": "Apache-2.0",
"minimum-stability": "dev",
"authors": [
{
"name": "weiphp",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.6.0",
"topthink/framework": "5.1.*",
"topthink/think-captcha": "^2.0",
"topthink/think-image": "^1.0",
"mumbaicat/makeapidoc": "1.6",
"topthink/think-migration": "^2.0"
},
"autoload": {
"psr-4": {
"app\\": "application"
}
},
"config": {
"preferred-install": "dist"
},
"repositories": [
{
"type": "vcs",
"url": "https://git.coding.net/weiphpdev/weiphp5.0.git"
}
]
}