mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-18 05:04:51 +08:00
37 lines
881 B
JSON
37 lines
881 B
JSON
{
|
|
"name": "zhamao/framework",
|
|
"description": "High performance QQ robot and web server development framework",
|
|
"minimum-stability": "stable",
|
|
"license": "Apache-2.0",
|
|
"version": "1.6.5",
|
|
"authors": [
|
|
{
|
|
"name": "whale",
|
|
"email": "crazysnowcc@gmail.com"
|
|
},
|
|
{
|
|
"name": "swift",
|
|
"email": "hugo_swift@yahoo.com"
|
|
}
|
|
],
|
|
"prefer-stable": true,
|
|
"bin": [
|
|
"bin/start"
|
|
],
|
|
"require": {
|
|
"php": ">=7.2",
|
|
"swoole/ide-helper": "@dev",
|
|
"ext-mbstring": "*",
|
|
"swlib/saber": "^1.0",
|
|
"doctrine/annotations": "~1.10",
|
|
"ext-json": "*",
|
|
"ext-ctype": "*",
|
|
"psy/psysh": "@stable"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Framework\\": "src/Framework",
|
|
"ZM\\": "src/ZM"
|
|
}
|
|
}
|
|
} |