zhamao-framework/composer.json

20 lines
474 B
JSON
Raw Normal View History

2018-10-29 15:27:06 +08:00
{
"description": "high-performance intelligent assistant",
"minimum-stability": "stable",
2019-02-09 14:00:39 +08:00
"license": "MIT",
2018-10-29 15:27:06 +08:00
"require": {
"php": ">=7.0.0",
2018-10-29 15:27:06 +08:00
"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"
2019-02-09 14:00:39 +08:00
},
"require-dev": {
"eaglewu/swoole-ide-helper": "dev-master"
2018-10-29 15:27:06 +08:00
}
2019-02-09 14:00:39 +08:00
}