11 Star 6 Fork 0

khs1994-php/tencent-ai

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
khs1994 提交于 2019-04-22 20:13 . 18.12.x
{
"name": "khs1994/tencent-ai",
"description": "Tencent AI SDK",
"keywords": [
"tencent",
"ai",
"sdk"
],
"homepage": "https://github.com/khs1994-php/tencent-ai",
"type": "library",
"license": "MIT",
"authors": [{
"name": "khs1994",
"email": "[email protected]",
"homepage": "https://khs1994.com"
}],
"require": {
"php": ">=7.2.0",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"khs1994/curl": "~18.06.0",
"khs1994/is": "~18.06.0"
},
"require-dev": {
"phpunit/phpunit": "^8.1"
},
"autoload": {
"psr-4": {
"TencentAI\\": "src/TencentAI/"
},
"files": [
"src/TencentAI/Kernel/Support/helpers.php"
]
},
"autoload-dev": {
"psr-4": {
"TencentAI\\Tests\\": "tests/TencentAI/"
}
},
"config": {
"optimize-autoloader": true,
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "18.12-dev"
},
"laravel": {
"providers": [
"TencentAI\\Kernel\\ServiceProvider"
],
"aliases": {
"TencentAI": "TencentAI\\Kernel\\Facade"
}
}
},
"scripts": {
"test": "phpunit",
"test:coverage": "phpunit --coverage-clover=coverage.xml",
"fmt": "php-cs-fixer fix"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/khs1994-php/tencent-ai.git
[email protected]:khs1994-php/tencent-ai.git
khs1994-php
tencent-ai
tencent-ai
master

搜索帮助