Skip to content

Commit f585221

Browse files
authored
更新composer文件
1 parent fcf8d8e commit f585221

File tree

1 file changed

+16
-33
lines changed

1 file changed

+16
-33
lines changed

composer.json

+16-33
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,18 @@
11
{
2-
"name": "mangdin/thinkphp5.1-weixinpay",
3-
"description": "thinkphp5.1 weixinpay权限核心文件",
4-
"keywords": [
5-
"mangdin",
6-
"thinkphp5.1",
7-
"auth"
8-
],
9-
"homepage": "https://github.com/mangdin/thinkphp5.1-weixinpay",
10-
"type": "thinkphp-extension",
11-
"license": "Apache-2.0",
12-
"support": {
13-
"source": "https://github.com/mangdin/thinkphp5.1-weixinpay"
14-
},
15-
"authors": [
16-
{
17-
"name": "mangdin",
18-
"email": "[email protected]"
19-
}
20-
],
21-
"minimum-stability": "stable",
22-
"require": {
23-
"php": ">=5.6.0",
24-
"thinkphp": ">=5.1.0"
25-
26-
},
27-
"autoload": {
28-
"psr-4": {
29-
"mangdin\\": "weixinpay"
30-
}
31-
},
32-
"config": {
33-
"process-timeout": 1800
34-
}
2+
"name": "mangdin/thinkphp5.1-weixinpay",
3+
"description": "thinkphp5.1 微信扫码支付",
4+
"license": "Apache-2.0",
5+
"authors": [
6+
{
7+
"name": "mangdin",
8+
"email": "[email protected]"
9+
}
10+
],
11+
"minimum-stability": "dev",
12+
"require": {},
13+
"autoload": {
14+
"psr-4": {
15+
"mangdin\\weixinpay\\": ""
16+
}
17+
}
3518
}

0 commit comments

Comments
 (0)