This commit is contained in:
jhx
2023-08-18 11:34:58 +08:00
commit 49ea1bb75d
16 changed files with 583 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "woon/workerman-rpc",
"require": {
"workerman/workerman": "^4.0",
"illuminate/support": "^8.60",
"ext-json": "*"
},
"autoload": {
"psr-4": {
"Rpc\\": "src",
"Protocols\\": "protocols",
"Test\\": "test"
}
}
}