From bf674388a5d1544d9931a4fa92f2f932a81b69c4 Mon Sep 17 00:00:00 2001 From: Yvo Brevoort Date: Fri, 6 Jun 2025 12:02:27 +0200 Subject: [PATCH] remove websocket requirement, we only provide an interface now. --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 03b9b78..8e0aeb6 100644 --- a/composer.json +++ b/composer.json @@ -26,8 +26,7 @@ "pdsinterop/flysystem-rdf": "^0.6", "pietercolpaert/hardf": "^0.3", "psr/http-factory": "^1.0", - "psr/http-message": "^1.0", - "textalk/websocket": "^1.5" + "psr/http-message": "^1.0" }, "scripts": { "dev:example": "php -S localhost:${PORT:-8080} -t ./src/ ./src/example.php",