Skip to content

Commit 6129e39

Browse files
authored
Create composer.json
创建composer文件
1 parent eeba62e commit 6129e39

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

composer.json

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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+
"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+
}
35+
}

0 commit comments

Comments
 (0)