Commit f585221 1 parent fcf8d8e commit f585221 Copy full SHA for f585221
File tree 1 file changed +16
-33
lines changed
1 file changed +16
-33
lines changed Original file line number Diff line number Diff line change 1
1
{
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
-
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
+
9
+ }
10
+ ],
11
+ "minimum-stability" : " dev" ,
12
+ "require" : {},
13
+ "autoload" : {
14
+ "psr-4" : {
15
+ "mangdin\\ weixinpay\\ " : " "
16
+ }
17
+ }
35
18
}
You can’t perform that action at this time.
0 commit comments