Files
zhamao-framework/composer.json

34 lines
825 B
JSON
Raw Normal View History

2018-10-29 15:27:06 +08:00
{
2020-03-02 16:14:20 +08:00
"name": "zhamao/framework",
"description": "high-performance intelligent assistant",
"minimum-stability": "stable",
2020-03-02 16:14:20 +08:00
"license": "proprietary",
2020-05-02 23:27:26 +08:00
"version": "1.2.1",
2020-03-02 16:14:20 +08:00
"authors": [
{
"name": "whale",
"email": "crazysnowcc@gmail.com"
},
{
"name": "swift",
"email": "hugo_swift@yahoo.com"
}
],
2018-10-29 15:27:06 +08:00
"require": {
2020-03-02 16:14:20 +08:00
"swoole/ide-helper": "@dev",
"ext-mbstring": "*",
"swlib/saber": "^1.0",
"doctrine/annotations": "<1.10.2",
2018-10-29 15:27:06 +08:00
"ext-json": "*",
2020-03-02 16:14:20 +08:00
"ext-posix": "*",
"ext-ctype": "*",
2020-05-02 23:27:26 +08:00
"nikic/php-parser": "^4.4"
2019-02-09 14:00:39 +08:00
},
2020-03-02 16:14:20 +08:00
"repositories": {
"packagist": {
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
}
2018-10-29 15:27:06 +08:00
}
2019-02-09 14:00:39 +08:00
}