初始上传
This commit is contained in:
16
app/gateway/vendor/workerman/mysql/composer.json
vendored
Executable file
16
app/gateway/vendor/workerman/mysql/composer.json
vendored
Executable file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name" : "workerman/mysql",
|
||||
"type" : "library",
|
||||
"keywords": ["mysql", "pdo", "pdo_mysql"],
|
||||
"homepage": "http://www.workerman.net",
|
||||
"license" : "MIT",
|
||||
"description": "Long-living MySQL connection for daemon.",
|
||||
"require": {
|
||||
"php": ">=5.3",
|
||||
"ext-pdo": "*",
|
||||
"ext-pdo_mysql": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {"Workerman\\MySQL\\": "./src"}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user