mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-17 20:54:52 +08:00
53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"name": "zhamao/framework",
|
|
"description": "High performance QQ robot and web server development framework",
|
|
"minimum-stability": "stable",
|
|
"license": "Apache-2.0",
|
|
"version": "2.0.1",
|
|
"extra": [],
|
|
"authors": [
|
|
{
|
|
"name": "whale",
|
|
"email": "crazysnowcc@gmail.com"
|
|
},
|
|
{
|
|
"name": "swift",
|
|
"email": "hugo_swift@yahoo.com"
|
|
}
|
|
],
|
|
"prefer-stable": true,
|
|
"bin": [
|
|
"bin/start",
|
|
"bin/phpunit-swoole"
|
|
],
|
|
"require": {
|
|
"php": ">=7.2",
|
|
"doctrine/annotations": "~1.10",
|
|
"ext-json": "*",
|
|
"psy/psysh": "@stable",
|
|
"symfony/polyfill-ctype": "^1.20",
|
|
"symfony/polyfill-mbstring": "^1.20",
|
|
"symfony/console": "^5.1",
|
|
"zhamao/connection-manager": "*@dev",
|
|
"zhamao/console": "^1.0",
|
|
"zhamao/config": "^1.0",
|
|
"zhamao/request": "*@dev",
|
|
"symfony/routing": "^5.1",
|
|
"symfony/polyfill-php80": "^1.20"
|
|
},
|
|
"suggest": {
|
|
"ext-ctype": "*",
|
|
"ext-mbstring": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ZM\\": "src/ZM"
|
|
},
|
|
"files": [
|
|
"src/ZM/global_functions.php"
|
|
]
|
|
},
|
|
"require-dev": {
|
|
"swoole/ide-helper": "@dev"
|
|
}
|
|
} |