Skip to content

Commit 1b3c306

Browse files
authored
Merge pull request #11 from alipay/feature-update-composer
update cr
2 parents 292dd8f + f67e482 commit 1b3c306

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"name": "alipay/global-open-sdk-php",
2+
"name": "antom/global-open-sdk-php",
33
"description": "global-open-sdk-php",
44
"type": "library",
55
"license": "MIT",
66
"autoload": {
77
"psr-4": {
8-
"request": "request/",
9-
"model:": "model/"
8+
"request\\": "request/",
9+
"model\\": "model/"
1010
}
1111
},
1212
"homepage": "https://dashboard.alipay.com/global-payments/",
1313
"authors": [
1414
{
1515
"name": "Alipay",
16-
"email": "https://dashboard.alipay.com/global-payments/"
16+
"email": "wangzunjiao.wzj@alibaba-inc.com"
1717
}
1818
],
1919
"require": {}

0 commit comments

Comments
 (0)