first commit
This commit is contained in:
14
pgserver/vendor/workerman/phpsocket.io/composer.json
vendored
Normal file
14
pgserver/vendor/workerman/phpsocket.io/composer.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name" : "workerman/phpsocket.io",
|
||||
"type" : "library",
|
||||
"keywords": ["socket.io"],
|
||||
"homepage": "http://www.workerman.net",
|
||||
"license" : "MIT",
|
||||
"require": {
|
||||
"workerman/workerman" : ">=3.1.8",
|
||||
"workerman/channel" : ">=1.0.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {"PHPSocketIO\\": "./src"}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user