update to 1.2 version

Generate systemd script
Default info_level set to 2
Modify & add some comment for Example module
Brand new Console
Add daemon command argument
Add #OnTick annotation
Add ZMRobot API class
This commit is contained in:
whale
2020-04-29 15:29:56 +08:00
parent e1983d6dd8
commit 169a751e0f
31 changed files with 872 additions and 200 deletions

View File

@@ -3,7 +3,7 @@
"description": "high-performance intelligent assistant",
"minimum-stability": "stable",
"license": "proprietary",
"version": "1.0",
"version": "1.2.0",
"authors": [
{
"name": "whale",
@@ -18,10 +18,11 @@
"swoole/ide-helper": "@dev",
"ext-mbstring": "*",
"swlib/saber": "^1.0",
"doctrine/annotations": "1.8",
"doctrine/annotations": "<1.10.2",
"ext-json": "*",
"ext-posix": "*",
"ext-ctype": "*"
"ext-ctype": "*",
"ext-pcntl": "*"
},
"repositories": {
"packagist": {