mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-17 20:54:52 +08:00
33 lines
784 B
JSON
33 lines
784 B
JSON
{
|
|
"name": "zhamao/framework",
|
|
"description": "high-performance intelligent assistant",
|
|
"minimum-stability": "stable",
|
|
"license": "proprietary",
|
|
"version": "1.0",
|
|
"authors": [
|
|
{
|
|
"name": "whale",
|
|
"email": "crazysnowcc@gmail.com"
|
|
},
|
|
{
|
|
"name": "swift",
|
|
"email": "hugo_swift@yahoo.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"swoole/ide-helper": "@dev",
|
|
"ext-mbstring": "*",
|
|
"swlib/saber": "^1.0",
|
|
"doctrine/annotations": "^1.8",
|
|
"ext-json": "*",
|
|
"ext-posix": "*",
|
|
"ext-ctype": "*"
|
|
},
|
|
"repositories": {
|
|
"packagist": {
|
|
"type": "composer",
|
|
"url": "https://mirrors.aliyun.com/composer/"
|
|
}
|
|
}
|
|
}
|