Skip to content

Commit 4b97394

Browse files
authored
Merge pull request #32 from pdsinterop/feature/wss
remove websocket requirement, we only provide an interface now.
2 parents ca14217 + bf67438 commit 4b97394

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
"pdsinterop/flysystem-rdf": "^0.6",
2727
"pietercolpaert/hardf": "^0.3",
2828
"psr/http-factory": "^1.0",
29-
"psr/http-message": "^1.0",
30-
"textalk/websocket": "^1.5"
29+
"psr/http-message": "^1.0"
3130
},
3231
"scripts": {
3332
"dev:example": "php -S localhost:${PORT:-8080} -t ./src/ ./src/example.php",

0 commit comments

Comments
 (0)