You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
620 B

{
"name": "wuearl/alipay",
"description": "package for tp6",
"type": "library",
"license": "Apache-2.0",
"authors": [
{
"name": "wuliangbo",
"email": "wuearl@qq.com"
}
],
"autoload": {
"psr-4": {
"Alipay\\": "src/"
},
"files": [
"src/Kernel/Helpers.php"
]
},
"require": {
"php": ">=7.1",
"ext-ctype": "*",
"ext-bcmath": "*",
"ext-openssl": "*",
"ext-json": "*",
"ext-curl": "*",
"ext-simplexml": "*",
"ext-fileinfo": "*",
"ext-libxml": "*",
"monolog/monolog": "^1.22 || ^2.0",
"wuearl/http-base": "^1.0"
}
}