55 lines
1.1 KiB
JSON
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",
|
|
"swoole/ide-helper": "@dev",
|
|
"ext-json": "*",
|
|
"phpmailer/phpmailer": "^6.1",
|
|
"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": "*",
|
|
"symfony/console": "^5.2"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Snowflake\\": "System/",
|
|
"HttpServer\\": "HttpServer/",
|
|
"validator\\": "Validator/",
|
|
"Console\\": "Console/",
|
|
"Database\\": "Database/",
|
|
"Gii\\": "Gii/",
|
|
"Kafka\\": "Kafka/",
|
|
"Annotation\\": "Annotation/"
|
|
},
|
|
"files": [
|
|
"error.php",
|
|
"function.php"
|
|
]
|
|
},
|
|
"require-dev": {
|
|
"kwn/php-rdkafka-stubs": "^2.0"
|
|
}
|
|
}
|