From a2098ad35e871147ea797f744b56a2d7244540a2 Mon Sep 17 00:00:00 2001 From: Robert Boes <2871897+RobertBoes@users.noreply.github.com> Date: Tue, 21 Nov 2023 12:43:00 +0100 Subject: [PATCH] Use phrity/websocket instead of textalk --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 705d07a..b37cd9b 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "illuminate/support": "^7.0 || ^8.0 || ^9.0 || ^10.0", "illuminate/queue": "^7.0 || ^8.0 || ^9.0 || ^10.0", "illuminate/console": "^7.0 || ^8.0 || ^9.0 || ^10.0", - "textalk/websocket": "^1.2" + "phrity/websocket": "^1.5" }, "require-dev": { "mockery/mockery": "^1.3.3",