智慧教务系统 PHP-NiuCloud框架开发
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
444 B

{
"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"}
}
}