mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-17 20:54:52 +08:00
20 lines
474 B
JSON
20 lines
474 B
JSON
{
|
|
"description": "high-performance intelligent assistant",
|
|
"minimum-stability": "stable",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=7.0.0",
|
|
"ext-mbstring": "^7.1",
|
|
"ext-json": "*",
|
|
"ext-iconv": "*",
|
|
"ext-mysqli": "*",
|
|
"ext-dom": "20031129",
|
|
"ext-gd": "^7.1",
|
|
"ext-curl": "^7.1",
|
|
"ext-openssl": "^7.1"
|
|
},
|
|
"require-dev": {
|
|
"eaglewu/swoole-ide-helper": "dev-master"
|
|
}
|
|
}
|