zx/vendor/riverslei/payment/composer.json

32 lines
942 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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": "dayugog@gmail.com",
"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/"}
}
}