Skip to content

Commit c1e56a8

Browse files
committed
rewrite of the server code to a new lib that supports secure websockets
1 parent 98d9196 commit c1e56a8

File tree

3 files changed

+664
-1712
lines changed

3 files changed

+664
-1712
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"config": {
88
"bin-dir": "./bin",
99
"platform": {
10-
"php": "7.3.11",
10+
"php": "8.3.16",
1111
"ext-dom": "0.0.0",
1212
"ext-mbstring": "0.0.0"
1313
},
@@ -17,9 +17,8 @@
1717
"license": "MIT",
1818
"name": "pdsinterop/solid-pubsub-server",
1919
"require": {
20-
"php": "~7.1",
21-
"cboden/ratchet": "~0.4.3",
22-
"textalk/websocket": "~1.4.1"
20+
"php": "~8.3",
21+
"phrity/websocket": "^3.4"
2322
},
2423
"require-dev": {
2524
"phpunit/phpunit": "*"

0 commit comments

Comments
 (0)