Files
kiri-event/composer.json
T

25 lines
405 B
JSON
Raw Permalink Normal View History

2021-08-25 16:02:52 +08:00
{
2021-08-25 16:11:02 +08:00
"name": "game-worker/kiri-event",
2021-08-25 16:02:52 +08:00
"description": "db",
"authors": [
{
"name": "XiangLin",
"email": "as2252258@163.com"
}
],
"license": "MIT",
"require": {
"php": ">=8.0",
"ext-json": "*",
2021-08-25 16:07:04 +08:00
"psr/event-dispatcher": "^1.0"
2021-08-25 16:02:52 +08:00
},
"autoload": {
"psr-4": {
2021-08-25 16:07:04 +08:00
"Kiri\\Events\\": "src/"
2021-08-25 16:02:52 +08:00
}
},
"require-dev": {
"kwn/php-rdkafka-stubs": "^2.0"
}
}