We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeba62e commit 6129e39Copy full SHA for 6129e39
composer.json
@@ -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