rocket-mq-client-thinkphp/composer.json
2023-07-07 16:20:30 +08:00

43 lines
878 B
JSON

{
"name": "tm_xls/rocket-mq-client-thinkphp",
"description": "rocket-mq-thinkphp 适配客户端",
"minimum-stability": "stable",
"license": "proprietary",
"authors": [
{
"name": "zyimm",
"email": "email@example.com"
}
],
"autoload": {
"psr-4": {
"tm\\xls\\rocketMq\\thinkphp\\": "src"
}
},
"extra": {
"think": {
"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": "dev-master"
},
"config": {
"allow-plugins": {
"tm_xls/composer-thinkphp-installer": true
}
}
}