first commit
This commit is contained in:
14
vendor/workerman/redis-queue/composer.json
vendored
Normal file
14
vendor/workerman/redis-queue/composer.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name" : "workerman/redis-queue",
|
||||
"type" : "library",
|
||||
"homepage": "http://www.workerman.net",
|
||||
"license" : "MIT",
|
||||
"description": "Message queue system written in PHP based on workerman and backed by Redis.",
|
||||
"require": {
|
||||
"php": ">=5.4",
|
||||
"workerman/redis" : "^1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {"Workerman\\RedisQueue\\": "./src"}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user