From aecaac954efa8ac200539a11fc493561fb45db61 Mon Sep 17 00:00:00 2001 From: Shawn DeArmond Date: Mon, 27 Nov 2023 15:39:27 -0800 Subject: [PATCH] Use phrity/websocket instead of textalk/websocket --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 273b8b3..8fa6769 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "public-square/phpecc": "^0.1.0", "bitwasp/bech32": "^0.0.1", "simplito/elliptic-php": "^1.0", - "textalk/websocket": "^1.6" + "phrity/websocket": "^1.6" }, "require-dev": { "phpunit/phpunit": "^10"