From 8bc859bc709509433ffbe7de1bf8e4f0bb0971c7 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Fri, 6 Feb 2026 02:42:30 +1300 Subject: [PATCH] Update utopia-php/websocket to 1.0.0 Co-Authored-By: Claude Opus 4.5 --- composer.json | 8 +------- composer.lock | 40 ++++++++++------------------------------ 2 files changed, 11 insertions(+), 37 deletions(-) diff --git a/composer.json b/composer.json index 693ae115f8..33a11cbd7e 100644 --- a/composer.json +++ b/composer.json @@ -9,12 +9,6 @@ "email": "eldad@appwrite.io" } ], - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/utopia-php/websocket" - } - ], "scripts": { "test": "vendor/bin/phpunit", "lint": "vendor/bin/pint --test --config pint.json", @@ -82,7 +76,7 @@ "utopia-php/system": "0.9.*", "utopia-php/telemetry": "0.2.*", "utopia-php/vcs": "1.*", - "utopia-php/websocket": "dev-fix-conditional-compression", + "utopia-php/websocket": "1.0.*", "matomo/device-detector": "6.4.*", "dragonmantank/cron-expression": "3.4.*", "phpmailer/phpmailer": "6.9.*", diff --git a/composer.lock b/composer.lock index 6ff95ae95e..62435ef993 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "81f8f80b2d2599846eb85012ad35c553", + "content-hash": "1163d54ea0862b8b1bdc72efcda8631d", "packages": [ { "name": "adhocore/jwt", @@ -5480,16 +5480,16 @@ }, { "name": "utopia-php/websocket", - "version": "dev-fix-conditional-compression", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/utopia-php/websocket.git", - "reference": "a6c2be0cd0e1d99c4f4b7df16fedb1381a073c44" + "reference": "d230de8d4d2450184297327238ed1fbde676b8d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/websocket/zipball/a6c2be0cd0e1d99c4f4b7df16fedb1381a073c44", - "reference": "a6c2be0cd0e1d99c4f4b7df16fedb1381a073c44", + "url": "https://api.github.com/repos/utopia-php/websocket/zipball/d230de8d4d2450184297327238ed1fbde676b8d2", + "reference": "d230de8d4d2450184297327238ed1fbde676b8d2", "shasum": "" }, "require": { @@ -5509,25 +5509,7 @@ "Utopia\\WebSocket\\": "src/WebSocket" } }, - "autoload-dev": { - "psr-4": { - "Utopia\\WebSocket\\Tests\\": "tests/e2e" - } - }, - "scripts": { - "test": [ - "./vendor/bin/phpunit" - ], - "lint": [ - "./vendor/bin/pint --test --preset=psr12 src tests" - ], - "format": [ - "./vendor/bin/pint --preset=psr12 src tests" - ], - "check": [ - "./vendor/bin/phpstan analyse --level max src tests" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -5540,10 +5522,10 @@ "websocket" ], "support": { - "source": "https://github.com/utopia-php/websocket/tree/fix-conditional-compression", - "issues": "https://github.com/utopia-php/websocket/issues" + "issues": "https://github.com/utopia-php/websocket/issues", + "source": "https://github.com/utopia-php/websocket/tree/1.0.0" }, - "time": "2026-02-05T12:41:42+00:00" + "time": "2026-02-05T13:40:16+00:00" }, { "name": "webmozart/assert", @@ -9178,9 +9160,7 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": { - "utopia-php/websocket": 20 - }, + "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, "platform": {