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.
35 lines
745 B
35 lines
745 B
{
|
|
"name": "textalk/websocket",
|
|
"description": "WebSocket client and server",
|
|
"license": "ISC",
|
|
"type": "library",
|
|
"authors": [
|
|
{
|
|
"name": "Fredrik Liljegren"
|
|
},
|
|
{
|
|
"name": "Sören Jensen",
|
|
"email": "soren@abicart.se"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"WebSocket\\": "lib"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"WebSocket\\": "tests/mock"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": "^7.2 | ^8.0",
|
|
"psr/log": "^1 | ^2 | ^3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8.0|^9.0",
|
|
"php-coveralls/php-coveralls": "^2.0",
|
|
"squizlabs/php_codesniffer": "^3.5"
|
|
}
|
|
}
|