rocket-mq-client-thinkphp/composer.json
2023-07-09 17:20:38 +08:00

38 lines
776 B
JSON

{
"name": "tm_xls/rocket-mq-client-thinkphp",
"description": "rocket-mq-thinkphp 适配客户端",
"license": "proprietary",
"type": "tm_xls_rocket_mq",
"authors": [
{
"name": "zyimm",
"email": "email@example.com"
}
],
"autoload": {
"psr-4": {
"tm\\xls\\rocketMq\\thinkphp\\": "src"
}
},
"extra": {
"rocket_mq": {
"config": {
"rocket_mq": "src/config.php"
},
"route": {
"rocket_route": "src/route.php"
}
}
},
"require": {
"php": ">=7.2",
"topthink/framework": "5.1.*",
"guzzlehttp/guzzle": "6.*|7.*",
"react/http": "1.*",
"react/event-loop": "1.*",
"ext-json": "*",
"react/async": "^3.1",
"tm_xls/composer-thinkphp-installer":"0.0.*"
}
}