提交服务端基础框架
This commit is contained in:
34
Server/vendor/topthink/think-worker/composer.json
vendored
Normal file
34
Server/vendor/topthink/think-worker/composer.json
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "topthink/think-worker",
|
||||
"description": "workerman extend for thinkphp5.1",
|
||||
"license": "Apache-2.0",
|
||||
"type": "think-extend",
|
||||
"authors": [
|
||||
{
|
||||
"name": "liu21st",
|
||||
"email": "liu21st@gmail.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"workerman/workerman": "^3.5.0",
|
||||
"workerman/gateway-worker": "^3.0.0",
|
||||
"topthink/think-installer": "^2.0",
|
||||
"topthink/framework": "^5.1.18",
|
||||
"ext-fileinfo": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"think\\worker\\": "src"
|
||||
},
|
||||
"files": [
|
||||
"src/command.php"
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
"think-config": {
|
||||
"worker": "src/config/worker.php",
|
||||
"worker_server": "src/config/server.php",
|
||||
"gateway_worker": "src/config/gateway.php"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user