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.

22 lines
412 B

{
"name": "jucheng/alipay",
"type": "library",
"description": "This is Jucheng Alipay model",
"keywords" : ["Jucheng", "Alipay"],
"homepage" : "http://www.jucheng01.net/",
"license" : "Apache-2.0",
"authors": [
{
"name": "XuChunlong",
"email": "574331590@qq.com"
}
],
"require": {
"php": ">=7.0.0"
},
"autoload": {
"psr-4": {
"alipay\\": "src/"
}
}
}