update to version 1.4

This commit is contained in:
whale
2020-05-23 17:23:29 +08:00
parent 76ee308b91
commit 802f975825
30 changed files with 457 additions and 87 deletions

View File

@@ -3,7 +3,7 @@
"description": "high-performance intelligent assistant",
"minimum-stability": "stable",
"license": "Apache-2.0",
"version": "1.3.2",
"version": "1.4.0",
"authors": [
{
"name": "whale",
@@ -15,6 +15,7 @@
}
],
"require": {
"php": ">=7.2",
"swoole/ide-helper": "@dev",
"ext-mbstring": "*",
"swlib/saber": "^1.0",
@@ -22,7 +23,8 @@
"ext-json": "*",
"ext-posix": "*",
"ext-ctype": "*",
"ext-pdo": "*"
"ext-pdo": "*",
"psy/psysh": "@stable"
},
"repositories": {
"packagist": {