2018-10-29 15:27:06 +08:00
|
|
|
{
|
2020-03-02 16:14:20 +08:00
|
|
|
"name": "zhamao/framework",
|
2018-11-28 13:26:18 +08:00
|
|
|
"description": "high-performance intelligent assistant",
|
|
|
|
|
"minimum-stability": "stable",
|
2020-03-02 16:14:20 +08:00
|
|
|
"license": "proprietary",
|
2020-03-11 11:50:10 +08:00
|
|
|
"version": "1.0",
|
2020-03-02 16:14:20 +08:00
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "whale",
|
|
|
|
|
"email": "crazysnowcc@gmail.com"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "swift",
|
|
|
|
|
"email": "hugo_swift@yahoo.com"
|
|
|
|
|
}
|
|
|
|
|
],
|
2018-10-29 15:27:06 +08:00
|
|
|
"require": {
|
2020-03-02 16:14:20 +08:00
|
|
|
"swoole/ide-helper": "@dev",
|
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
|
"swlib/saber": "^1.0",
|
2020-04-28 11:19:39 +08:00
|
|
|
"doctrine/annotations": "1.8",
|
2018-10-29 15:27:06 +08:00
|
|
|
"ext-json": "*",
|
2020-03-02 16:14:20 +08:00
|
|
|
"ext-posix": "*",
|
|
|
|
|
"ext-ctype": "*"
|
2019-02-09 14:00:39 +08:00
|
|
|
},
|
2020-03-02 16:14:20 +08:00
|
|
|
"repositories": {
|
|
|
|
|
"packagist": {
|
|
|
|
|
"type": "composer",
|
|
|
|
|
"url": "https://mirrors.aliyun.com/composer/"
|
|
|
|
|
}
|
2018-10-29 15:27:06 +08:00
|
|
|
}
|
2019-02-09 14:00:39 +08:00
|
|
|
}
|