diff --git a/composer.json b/composer.json index 2efdfeded..1c4633d4c 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,7 @@ "utopia-php/domains": "1.1.*", "utopia-php/swoole": "0.2.*", "utopia-php/storage": "0.5.*", - "utopia-php/websocket": "dev-main", + "utopia-php/websocket": "0.0.*", "utopia-php/image": "0.5.*", "resque/php-resque": "1.3.6", "matomo/device-detector": "4.2.3", @@ -69,12 +69,6 @@ "textalk/websocket": "1.5.2", "vimeo/psalm": "4.7.2" }, - "repositories": [ - { - "type": "git", - "url": "https://github.com/utopia-php/websocket.git" - } - ], "provide": { "ext-phpiredis": "*" }, diff --git a/composer.lock b/composer.lock index 1cba62892..b3391b586 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": "b5f4227860b0b7697a79405cc8bdfba9", + "content-hash": "d0304d97605ec2f0be74b0d87ad7597a", "packages": [ { "name": "adhocore/jwt", @@ -2177,12 +2177,18 @@ }, { "name": "utopia-php/websocket", - "version": "dev-main", + "version": "0.0.1", "source": { "type": "git", "url": "https://github.com/utopia-php/websocket.git", "reference": "808317ef4ea0683c2c82dee5d543b1c8378e2e1b" }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/utopia-php/websocket/zipball/808317ef4ea0683c2c82dee5d543b1c8378e2e1b", + "reference": "808317ef4ea0683c2c82dee5d543b1c8378e2e1b", + "shasum": "" + }, "require": { "php": ">=8.0" }, @@ -2193,13 +2199,13 @@ "vimeo/psalm": "^4.8.1", "workerman/workerman": "^4.0" }, - "default-branch": true, "type": "library", "autoload": { "psr-4": { "Utopia\\WebSocket\\": "src/WebSocket" } }, + "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -2221,6 +2227,10 @@ "utopia", "websocket" ], + "support": { + "issues": "https://github.com/utopia-php/websocket/issues", + "source": "https://github.com/utopia-php/websocket/tree/0.0.1" + }, "time": "2021-07-11T13:09:44+00:00" }, { @@ -6164,9 +6174,7 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": { - "utopia-php/websocket": 20 - }, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": {