Files
kiri-core/composer.json
T
2021-08-11 15:29:23 +08:00

55 lines
1.1 KiB
JSON

{
"name": "game-worker/snowflake",
"description": "test framework",
"authors": [
{
"name": "XiangLin",
"email": "as2252258@163.com"
}
],
"license": "MIT",
"require": {
"php": ">=8.0",
"ext-json": "*",
"ext-fileinfo": "*",
"ext-pdo": "*",
"ext-redis": "*",
"ext-simplexml": "*",
"ext-libxml": "*",
"ext-iconv": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"ext-inotify": "*",
"ext-curl": "*",
"ext-openssl": "*",
"amphp/amp": "v1.2.2",
"psr/log": "1.*",
"ext-sockets": "*",
"ext-pcntl": "*",
"ext-posix": "*",
"ext-rdkafka": "*",
"ext-gd": "*",
"swiftmailer/swiftmailer": "^6.0",
"ext-spltype": "*"
},
"autoload": {
"psr-4": {
"Kiri\\": "System/",
"HttpServer\\": "HttpServer/",
"Server\\": "Server/",
"Console\\": "Console/",
"Gii\\": "Gii/",
"Kafka\\": "Kafka/",
"Rpc\\": "Rpc/",
"Annotation\\": "Annotation/"
},
"files": [
"error.php",
"function.php"
]
},
"require-dev": {
"kwn/php-rdkafka-stubs": "^2.0"
}
}