13 lines
227 B
JSON
13 lines
227 B
JSON
{
|
|
"name": "woon/workerman-queue",
|
|
"require": {
|
|
"workerman/workerman": "^4.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"WorkerManQueue\\": "src/",
|
|
"Tests\\": "Tests/"
|
|
}
|
|
}
|
|
}
|