update to 1.3.1 version

fix DataProvider::setJsonData bug
add Root document of default request
⚠️ change MySQL driver to PDO, mysqlnd required
improve exception catcher
This commit is contained in:
whale
2020-05-10 14:11:32 +08:00
parent 81db9c6ccb
commit 886816e3d5
10 changed files with 78 additions and 32 deletions

View File

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