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

14 lines
296 B
JSON

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