Skip to content

Commit 4a5368a

Browse files
author
peter
committed
update: 改用上游版本sp-api-sdk
1 parent 847d731 commit 4a5368a

File tree

2 files changed

+1433
-983
lines changed

2 files changed

+1433
-983
lines changed

composer.json

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"ext-posix": "*",
2020
"ext-redis": "*",
2121
"ext-zlib": "*",
22+
"amazon-php/sp-api-sdk": "^6.1",
2223
"friendsofhyperf/sentry": "^3.0",
2324
"hyperf/cache": "~3.1.0",
2425
"hyperf/command": "~3.1.0",
@@ -43,7 +44,6 @@
4344
"kriswallsmith/buzz": "^1.2",
4445
"nesbot/carbon": "^2.66",
4546
"nyholm/psr7": "^1.6",
46-
"onetech/sp-api-sdk": "dev-develop",
4747
"thewirecutter/paapi5-php-sdk": "^1.2"
4848
},
4949
"require-dev": {
@@ -101,21 +101,5 @@
101101
"Composer\\Config::disableProcessTimeout",
102102
"php ./bin/hyperf.php start"
103103
]
104-
},
105-
"repositories": [
106-
{
107-
"type": "path",
108-
"url": "../sp-api-sdk",
109-
"options": {
110-
"symlink": true,
111-
"versions": {
112-
"onetech/sp-api-sdk": "dev-develop"
113-
}
114-
}
115-
},
116-
{
117-
"type": "path",
118-
"url": "../hyperf/src/*"
119-
}
120-
]
104+
}
121105
}

0 commit comments

Comments
 (0)