first commit
This commit is contained in:
10
vendor/webman/redis-queue/composer.json
vendored
Normal file
10
vendor/webman/redis-queue/composer.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "webman/redis-queue",
|
||||
"description": "Redis message queue plugin for webman.",
|
||||
"require": {
|
||||
"workerman/redis-queue": "^1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {"Webman\\RedisQueue\\": "./src"}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user