Files
Your Name dce091da91 t
2025-03-27 07:52:44 +00:00

32 lines
666 B
JSON
Executable File

{
"name": "iflytekop/xfyun-sdk",
"type": "library",
"description": "Xfyun Sdk Library",
"license": "Apache-2.0",
"keywords": [],
"require": {
"php": ">=7.0",
"guzzlehttp/guzzle": "^6.0|^7.0",
"guzzlehttp/psr7": "^1.2",
"psr/http-message": "1.0.*",
"psr/log": "^1 | ^2 | ^3",
"iflytekop/xfyun-core": "^1",
"monolog/monolog": "^2.6",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^6.5",
"wowo-zz/php-cc": "^1.0"
},
"autoload": {
"psr-4": {
"IFlytek\\Xfyun\\Speech\\": "src/Speech"
}
},
"autoload-dev": {
"psr-4": {
"IFlytek\\Xfyun\\Speech\\Tests\\": "tests"
}
}
}