This commit is contained in:
jhx
2023-08-18 11:34:03 +08:00
commit b0d4767e22
20 changed files with 1366 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "woon/workerman-queue",
"require": {
"workerman/workerman": "^4.0"
},
"autoload": {
"psr-4": {
"WorkerManQueue\\": "src/",
"Tests\\": "Tests/"
}
}
}