2018-10-29 15:27:06 +08:00
|
|
|
{
|
2020-03-02 16:14:20 +08:00
|
|
|
"name": "zhamao/framework",
|
2020-06-08 23:52:55 +08:00
|
|
|
"description": "High performance QQ robot and web server development framework",
|
2018-11-28 13:26:18 +08:00
|
|
|
"minimum-stability": "stable",
|
2020-05-10 18:27:59 +08:00
|
|
|
"license": "Apache-2.0",
|
2020-08-31 10:11:06 +08:00
|
|
|
"version": "2.0.0-a1",
|
2020-03-02 16:14:20 +08:00
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "whale",
|
|
|
|
|
"email": "crazysnowcc@gmail.com"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "swift",
|
|
|
|
|
"email": "hugo_swift@yahoo.com"
|
|
|
|
|
}
|
|
|
|
|
],
|
2020-06-05 13:36:30 +08:00
|
|
|
"prefer-stable": true,
|
|
|
|
|
"bin": [
|
|
|
|
|
"bin/start"
|
|
|
|
|
],
|
2018-10-29 15:27:06 +08:00
|
|
|
"require": {
|
2020-05-23 17:23:29 +08:00
|
|
|
"php": ">=7.2",
|
2020-03-02 16:14:20 +08:00
|
|
|
"swoole/ide-helper": "@dev",
|
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
|
"swlib/saber": "^1.0",
|
2020-06-13 11:28:31 +08:00
|
|
|
"doctrine/annotations": "~1.10",
|
2018-10-29 15:27:06 +08:00
|
|
|
"ext-json": "*",
|
2020-03-02 16:14:20 +08:00
|
|
|
"ext-posix": "*",
|
2020-04-29 15:29:56 +08:00
|
|
|
"ext-ctype": "*",
|
2020-05-23 17:23:29 +08:00
|
|
|
"ext-pdo": "*",
|
2020-08-31 10:11:06 +08:00
|
|
|
"psy/psysh": "@stable",
|
|
|
|
|
"symfony/console": "^5.1",
|
|
|
|
|
"symfony/polyfill-ctype": "^1.18",
|
|
|
|
|
"zhamao/connection-manager": "^1.0",
|
|
|
|
|
"zhamao/console": "^1.0",
|
|
|
|
|
"zhamao/config": "^1.0"
|
2020-06-13 11:28:31 +08:00
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Custom\\": "src/Custom",
|
|
|
|
|
"ZM\\": "src/ZM",
|
|
|
|
|
"Module\\": "src/Module"
|
2020-08-31 10:11:06 +08:00
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"src/ZM/global_functions.php"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"phpunit/phpunit": "^9.3"
|
2018-10-29 15:27:06 +08:00
|
|
|
}
|
2019-02-09 14:00:39 +08:00
|
|
|
}
|