智慧教务系统
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.
 
 
 
 
 
 

13 lines
296 B

{
"name" : "workerman/redis",
"type" : "library",
"homepage": "http://www.workerman.net",
"license" : "MIT",
"require": {
"php": ">=7",
"workerman/workerman": "^4.1.0||^5.0.0"
},
"autoload": {
"psr-4": {"Workerman\\Redis\\": "./src"}
}
}