Files
zhamao-framework/composer.json

37 lines
915 B
JSON
Raw Normal View History

2018-10-29 15:27:06 +08:00
{
2020-03-02 16:14:20 +08:00
"name": "zhamao/framework",
"description": "High performance QQ robot and web server development framework",
"minimum-stability": "stable",
2020-05-10 18:27:59 +08:00
"license": "Apache-2.0",
"version": "1.6.5",
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",
"swlib/saber": "^1.0",
"doctrine/annotations": "~1.10",
2018-10-29 15:27:06 +08:00
"ext-json": "*",
"psy/psysh": "@stable",
"symfony/polyfill-ctype": "^1.20",
"symfony/polyfill-mbstring": "^1.20"
},
"autoload": {
"psr-4": {
"Framework\\": "src/Framework",
"ZM\\": "src/ZM"
}
2018-10-29 15:27:06 +08:00
}
}