We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98d9196 commit c1e56a8Copy full SHA for c1e56a8
3 files changed
composer.json
@@ -7,7 +7,7 @@
7
"config": {
8
"bin-dir": "./bin",
9
"platform": {
10
- "php": "7.3.11",
+ "php": "8.3.16",
11
"ext-dom": "0.0.0",
12
"ext-mbstring": "0.0.0"
13
},
@@ -17,9 +17,8 @@
17
"license": "MIT",
18
"name": "pdsinterop/solid-pubsub-server",
19
"require": {
20
- "php": "~7.1",
21
- "cboden/ratchet": "~0.4.3",
22
- "textalk/websocket": "~1.4.1"
+ "php": "~8.3",
+ "phrity/websocket": "^3.4"
23
24
"require-dev": {
25
"phpunit/phpunit": "*"
0 commit comments