forked from phoenixg/omnipay-pingpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
51 lines (51 loc) · 1.4 KB
/
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
42
43
44
45
46
47
48
49
50
51
{
"name": "phoenixg/omnipay-pingpp",
"type": "library",
"description": "A Ping++ driver for the Omnipay PHP payment processing library. 一个支持支付宝(APP、Wap、PC、即时到账、扫码、企业付款),微信(APP、公众号、红包), 银联网关、银联企业网银、Apple Pay、QQ 钱包、易宝支付、百度钱包、京东支付、京东白条、招行一网通、分期支付等国内主流支付渠道的聚合支付网关",
"keywords": [
"gateway",
"merchant",
"omnipay",
"pay",
"payment",
"pingpp",
"pingplusplus",
"聚合支付",
"支付"
],
"homepage": "https://github.com/phoenixg/omnipay-pingpp",
"license": "MIT",
"authors": [
{
"name": "Huang Feng",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": { "Omnipay\\Pingpp\\" : "src/" }
},
"require": {
"omnipay/common": "~2.0"
},
"require-dev": {
"omnipay/tests": "~2.0"
},
"extra": {
"branch-alias": {
"dev-master": "1.0.0"
}
},
"config": {
"secure-http": false,
"preferred-install": "dist"
},
"repositories": [
{
"type": "composer",
"url": "https://packagist.phpcomposer.com"
},
{
"packagist": false
}
]
}