16 lines
266 B
JSON
16 lines
266 B
JSON
{
|
|
"name": "woon/workerman-rpc",
|
|
"require": {
|
|
"workerman/workerman": "^4.0",
|
|
"illuminate/support": "^8.60",
|
|
"ext-json": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Rpc\\": "src",
|
|
"Protocols\\": "protocols",
|
|
"Test\\": "test"
|
|
}
|
|
}
|
|
}
|