update to 1.3.2 version

This commit is contained in:
whale 2020-05-10 18:26:48 +08:00
parent 2bcbdcd3ca
commit f7418de868

View File

@ -3,7 +3,7 @@
"description": "high-performance intelligent assistant",
"minimum-stability": "stable",
"license": "proprietary",
"version": "1.3.1",
"version": "1.3.2",
"authors": [
{
"name": "whale",
@ -22,7 +22,6 @@
"ext-json": "*",
"ext-posix": "*",
"ext-ctype": "*",
"nikic/php-parser": "^4.4",
"ext-pdo": "*"
},
"repositories": {
@ -30,8 +29,5 @@
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
}
},
"require-dev": {
"phpunit/phpunit": "^9.1"
}
}