mirror of https://gitee.com/zorlan/skycaiji
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
579 B
24 lines
579 B
{
|
|
"name": "textalk/websocket",
|
|
"description": "WebSocket client and server",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Fredrik Liljegren",
|
|
"email": "fredrik.liljegren@textalk.se"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {"WebSocket\\": "lib"}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {"WebSocket\\Tests\\": "tests"}
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.1.*",
|
|
"phpunit/phpunit-selenium": "1.3.3",
|
|
"satooshi/php-coveralls": "dev-master",
|
|
"cboden/ratchet": "0.3.*"
|
|
}
|
|
}
|