1 Star 0 Fork 1

Mr-xiongy/sand

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
xiongy 提交于 2022-09-13 10:27 . checkEmpty
{
"name": "xyu/sand",
"description": "简单的杉德sdk",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "xyu",
"email": "[email protected]"
}
],
"require": {
"php": "^7.0|^8.0",
"ext-curl": "*",
"ext-json": "*",
"ext-openssl": "*",
"composer/ca-bundle": "^1.3",
"hanson/foundation-sdk": "^5.0"
},
"require-dev": {
"hyperf/utils": "~2.2.0|~3.0.0"
},
"config": {
"optimize-autoloader": true,
"sort-packages": true
},
"suggest": {
"hyperf/guzzle": "~2.2.0|~3.0.0",
"hyperf/di": "~2.2.0|~3.0.0"
},
"autoload": {
"psr-4": {
"Xyu\\Sand\\": "src/"
},
"files": [
"src/Support/helper.php"
]
},
"extra": {
"laravel": {
"providers": [
"Xyu\\Sand\\Laravel\\ServiceProvider"
]
},
"hyperf": {
"config": "Xyu\\Sand\\ConfigProvider"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/mr-xiongy/sand.git
[email protected]:mr-xiongy/sand.git
mr-xiongy
sand
sand
master

搜索帮助