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