update to 1.2.1

add phar build script
This commit is contained in:
whale
2020-05-02 23:27:26 +08:00
parent 97e579b8a1
commit 82a1f86bbd
19 changed files with 292 additions and 119 deletions

View File

@@ -3,7 +3,7 @@
"description": "high-performance intelligent assistant",
"minimum-stability": "stable",
"license": "proprietary",
"version": "1.2.0",
"version": "1.2.1",
"authors": [
{
"name": "whale",
@@ -22,7 +22,8 @@
"ext-json": "*",
"ext-posix": "*",
"ext-ctype": "*",
"ext-pcntl": "*"
"ext-pcntl": "*",
"nikic/php-parser": "^4.4"
},
"repositories": {
"packagist": {