1
0
mirror of https://gitee.com/zhc02/timely_service.git synced 2025-07-27 18:30:31 +08:00
2019-10-30 23:42:52 +08:00

35 lines
764 B
JSON

{
"name": "topthink/think-swoole",
"description": "Swoole extend for thinkphp5.1",
"license": "Apache-2.0",
"type": "think-extend",
"authors": [
{
"name": "liu21st",
"email": "liu21st@gmail.com"
}
],
"require": {
"ext-swoole": ">=1.9.5",
"topthink/think-installer": "^2.0",
"topthink/framework": "~5.1.20",
"jeremeamia/superclosure": "^2.4",
"xavier/xcron-expression": "^0.11",
"topthink/think-queue": "^2.0"
},
"autoload": {
"psr-4": {
"think\\swoole\\": "src"
},
"files": [
"src/command.php"
]
},
"extra": {
"think-config": {
"swoole": "src/config/swoole.php",
"swoole_server": "src/config/server.php",
"timer": "src/config/timer.php"
}
}
}