rocket-mq-client-thinkphp/composer.json

37 lines
746 B
JSON
Raw Normal View History

2023-07-07 08:20:30 +00:00
{
"name": "tm_xls/rocket-mq-client-thinkphp",
"description": "rocket-mq-thinkphp 适配客户端",
"license": "proprietary",
"authors": [
{
"name": "zyimm",
"email": "email@example.com"
}
],
"autoload": {
"psr-4": {
"tm\\xls\\rocketMq\\thinkphp\\": "src"
}
},
"extra": {
2023-07-09 08:35:38 +00:00
"rocket_mq": {
2023-07-07 08:20:30 +00:00
"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": "*",
2023-07-09 08:35:38 +00:00
"react/async": "^3.1",
"tm_xls/composer-thinkphp-installer":"0.0.*"
2023-07-07 08:20:30 +00:00
}
}