Files
kiri-core/composer.json
T

56 lines
1.1 KiB
JSON
Raw Normal View History

2020-08-31 01:27:42 +08:00
{
2020-08-31 12:38:32 +08:00
"name": "game-worker/snowflake",
"description": "test framework",
"authors": [
{
"name": "XiangLin",
"email": "as2252258@163.com"
2020-08-31 01:27:42 +08:00
}
2020-08-31 12:38:32 +08:00
],
"license": "MIT",
"require": {
2020-12-15 14:11:54 +08:00
"php": ">=8.0",
2020-08-31 12:38:32 +08:00
"swoole/ide-helper": "@dev",
"ext-json": "*",
"phpmailer/phpmailer": "^6.1",
"ext-fileinfo": "*",
"ext-pdo": "*",
"ext-redis": "*",
"ext-simplexml": "*",
"ext-libxml": "*",
"ext-iconv": "*",
"ext-mbstring": "*",
2020-09-04 00:08:53 +08:00
"ext-xml": "*",
2020-09-11 19:43:19 +08:00
"ext-inotify": "*",
2020-09-11 20:06:06 +08:00
"ext-curl": "*",
2020-10-09 10:58:37 +08:00
"ext-openssl": "*",
2020-10-09 16:34:33 +08:00
"amphp/amp": "v1.2.2",
2020-10-28 11:58:51 +08:00
"psr/log": "1.*",
"ext-sockets": "*",
"ext-pcntl": "*",
"ext-posix": "*",
2021-02-23 00:27:41 +08:00
"ext-rdkafka": "*",
2021-03-12 18:49:29 +08:00
"ext-gd": "*"
2020-08-31 12:38:32 +08:00
},
"autoload": {
"psr-4": {
2020-09-04 00:41:33 +08:00
"Snowflake\\": "System/",
"HttpServer\\": "HttpServer/",
"validator\\": "Validator/",
2020-09-15 20:21:20 +08:00
"Console\\": "Console/",
"Database\\": "Database/",
2020-10-09 10:58:37 +08:00
"Gii\\": "Gii/",
2020-12-14 19:03:05 +08:00
"Kafka\\": "Kafka/",
2021-03-23 02:29:48 +08:00
"Rpc\\": "Rpc/",
2020-12-14 19:03:05 +08:00
"Annotation\\": "Annotation/"
2020-08-31 12:38:32 +08:00
},
"files": [
"error.php",
"function.php"
]
2020-10-28 11:58:51 +08:00
},
"require-dev": {
"kwn/php-rdkafka-stubs": "^2.0"
2020-08-31 12:38:32 +08:00
}
2020-08-31 01:27:42 +08:00
}