加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 756 Bytes
一键复制 编辑 原始数据 按行查看 历史
it-gan 提交于 2022-09-13 14:17 . style: ide 去除
{
"name": "ligan/baidu-aip",
"description": "百度ai相关API封装",
"type": "library",
"license": "Apache-2.0",
"require": {
"php": ">=7.4",
"ext-json": ">=1.0",
"psr/log": "^1.1",
"psr/http-message": "^1.0",
"psr/simple-cache": "^1.0",
"pimple/pimple": "^3.0",
"ext-curl": "*"
},
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"AIP\\BaiduAIP\\": "src/"
}
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.7"
},
"scripts": {
"cs-fix": "vendor/bin/php-cs-fixer fix $1"
},
"authors": [
{
"name": "it-gan",
"email": "18151768346@163.com"
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化