加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 947 Bytes
一键复制 编辑 原始数据 按行查看 历史
ClouSale 提交于 2021-02-01 11:55 . - Get Rid of AWS Dependency
{
"name": "clousale/amazon-sp-api-php",
"description": "",
"keywords": [
"api",
"amazon",
"selling-partner",
"sp-api",
"clousale"
],
"homepage": "http://www.clousale.com",
"license": "MIT",
"authors": [
{
"name": "ClouSale",
"homepage": "https://www.clousale.com"
}
],
"require": {
"php": ">=7.3",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"guzzlehttp/guzzle": "^6.2|^7.0"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"phpunit/phpunit": "^4.8",
"squizlabs/php_codesniffer": "~2.6",
"friendsofphp/php-cs-fixer": "v2.17.3"
},
"autoload": {
"psr-4": { "ClouSale\\AmazonSellingPartnerAPI\\" : "lib/" }
},
"autoload-dev": {
"psr-4": { "ClouSale\\AmazonSellingPartnerAPI\\" : "test/" }
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化