3 Star 0 Fork 0

hengway / erp-sdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 814 Bytes
一键复制 编辑 原始数据 按行查看 历史
hengway 提交于 2021-06-29 16:33 . save
{
"name": "joyqhs/sdk",
"description": "跨境电商SDK,处理授权问题",
"type": "library",
"license": "MIT",
"keywords": [
"php",
"hyperf",
"hyperf-sdk",
"hyperf-erp-sdk"
],
"autoload": {
"psr-4": {
"joyqhs\\Sdk\\": "src/"
}
},
"authors": [
{
"name": "qiaohengshan",
"email": "joyqhs_qhs@163.com"
}
],
"require": {
"php": ">=7.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
"hyperf/config": "^2.0",
"hyperf/framework": "^2.0",
"swoft/swoole-ide-helper": "dev-master"
},
"config": {
"sort-packages": true
},
"scripts": {
"cs-fix": "php-cs-fixer fix $1",
"test": "phpunit --colors=always"
},
"extra": {
"hyperf": {
"config": "joyqhs\\Sdk\\ConfigProvider"
}
}
}
PHP
1
https://gitee.com/qiaohengshan/erp-sdk.git
git@gitee.com:qiaohengshan/erp-sdk.git
qiaohengshan
erp-sdk
erp-sdk
dev

搜索帮助