2024-05-31 09:27:37 +08:00

16 lines
444 B
JSON

{
"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": ">=7.0",
"workerman/redis" : "^1.0||^2.0",
"workerman/workerman" : ">=4.0.20"
},
"autoload": {
"psr-4": {"Workerman\\RedisQueue\\": "./src"}
}
}