forked from helei112g/payment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 942 Bytes
/
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
{
"name": "riverslei/payment",
"type": "library",
"description": "支付宝支付、微信支付、招商一网通支付php SDK。方便快速接入,最完整的开源支付 php sdk",
"keywords": ["alipay", "weixin", "支付宝支付", "微信支付", "集成支付接口SDK", "招商一网通", "一网通"],
"homepage": "http://helei112g.github.io/payment",
"license": "MIT",
"authors": [
{
"name": "Leo",
"email": "[email protected]",
"homepage": "https://dayutalk.cn"
}
],
"require": {
"php": ">=7.0",
"ext-bcmath": "*",
"ext-mbstring": "*",
"ext-json": "*",
"ext-simplexml": "*",
"ext-xml": "*",
"ext-openssl": "*",
"guzzlehttp/guzzle": "~6.0"
},
"require-dev": {
"codeception/codeception": "*"
},
"autoload": {
"psr-4": {"Payment\\": "src/"}
}
}