first commit
This commit is contained in:
13
vendor/workerman/redis/composer.json
vendored
Normal file
13
vendor/workerman/redis/composer.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name" : "workerman/redis",
|
||||
"type" : "library",
|
||||
"homepage": "http://www.workerman.net",
|
||||
"license" : "MIT",
|
||||
"require": {
|
||||
"php": ">=5.4",
|
||||
"workerman/workerman": ">=4.0.5"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {"Workerman\\Redis\\": "./src"}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user