1 Star 0 Fork 0

仰望与星云/qingya-union-sdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 693 Bytes
一键复制 编辑 原始数据 按行查看 历史
仰望与星云 提交于 2021-12-20 23:05 . 包依赖新增console
{
"name": "qingya/union-sdk",
"description": "cps联盟sdk",
"authors": [
{
"name": "QingYa",
"email": "qingyavip@126.com"
}
],
"bin": [
"sdk"
],
"autoload": {
"psr-4": {
"QingYa\\UnionSdk\\": "src",
"QingYa\\UnionSdk\\tests\\": "tests"
}
},
"license": "MIT",
"repositories": [
{
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
}
],
"require": {
"php": ">=7.3.0",
"ext-bcmath": "*",
"ext-curl": "*",
"ext-simplexml": "*",
"ext-json": "*",
"guzzlehttp/guzzle": "~6.0|^7.0",
"symfony/console": "~5.0"
},
"require-dev": {
"phpunit/phpunit": "~9.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/phpwk/qingya-union-sdk.git
git@gitee.com:phpwk/qingya-union-sdk.git
phpwk
qingya-union-sdk
qingya-union-sdk
master

搜索帮助