diff --git a/composer.json b/composer.json index c124fcd2f..cb95d3517 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "yiisoft/yii2-bootstrap4": "~2.0.6", "yiisoft/yii2-swiftmailer": "~2.1.2", "workerman/workerman": "~4.1.0", - "workerman/phpsocket.io": "~1.1.13", + "workerman/phpsocket.io": "~2.1.1", "justinvoelker/yii2-tagging": "*", "fortawesome/font-awesome": "^6.0.0", "cweagans/composer-patches": "^1.7" diff --git a/composer.lock b/composer.lock index 192b4d305..432d58180 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": "e150fa9aa5a55565c53fe3def4f737ef", + "content-hash": "dfacf2272d25808b47ede15ada057b8b", "packages": [ { "name": "bower-asset/inputmask", @@ -986,16 +986,16 @@ }, { "name": "workerman/channel", - "version": "v1.2.0", + "version": "v1.2.1", "source": { "type": "git", "url": "https://github.com/walkor/channel.git", - "reference": "fbfb81c7ebc5858c4053f226cbb5d15fe670ff6e" + "reference": "78ba6093764c8e2d2952c7bb53a52b2472da1bc7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/walkor/channel/zipball/fbfb81c7ebc5858c4053f226cbb5d15fe670ff6e", - "reference": "fbfb81c7ebc5858c4053f226cbb5d15fe670ff6e", + "url": "https://api.github.com/repos/walkor/channel/zipball/78ba6093764c8e2d2952c7bb53a52b2472da1bc7", + "reference": "78ba6093764c8e2d2952c7bb53a52b2472da1bc7", "shasum": "" }, "require": { @@ -1014,28 +1014,32 @@ "homepage": "http://www.workerman.net", "support": { "issues": "https://github.com/walkor/channel/issues", - "source": "https://github.com/walkor/channel/tree/v1.2.0" + "source": "https://github.com/walkor/channel/tree/v1.2.1" }, - "time": "2023-04-04T02:47:35+00:00" + "time": "2024-06-10T00:49:42+00:00" }, { "name": "workerman/phpsocket.io", - "version": "v1.1.18", + "version": "v2.1.1", "source": { "type": "git", "url": "https://github.com/walkor/phpsocket.io.git", - "reference": "b89b3f2ed44f6f79fd9895e2d198b52b3fb4783b" + "reference": "b074c56dd7b42336ae3f62ced5fe2ad7f15fec4b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/walkor/phpsocket.io/zipball/b89b3f2ed44f6f79fd9895e2d198b52b3fb4783b", - "reference": "b89b3f2ed44f6f79fd9895e2d198b52b3fb4783b", + "url": "https://api.github.com/repos/walkor/phpsocket.io/zipball/b074c56dd7b42336ae3f62ced5fe2ad7f15fec4b", + "reference": "b074c56dd7b42336ae3f62ced5fe2ad7f15fec4b", "shasum": "" }, "require": { + "ext-json": "*", "workerman/channel": ">=1.0.0", "workerman/workerman": "^4.0.0" }, + "require-dev": { + "squizlabs/php_codesniffer": "^3.7" + }, "type": "library", "autoload": { "psr-4": { @@ -1046,13 +1050,21 @@ "license": [ "MIT" ], - "homepage": "http://www.workerman.net", + "description": "A server side alternative implementation of socket.io in PHP based on Workerman", + "homepage": "https://www.workerman.net", "keywords": [ - "Socket.io" + "Socket.io", + "async", + "non-blocking", + "phpsocket.io", + "server", + "sockets", + "stream", + "workerman" ], "support": { "issues": "https://github.com/walkor/phpsocket.io/issues", - "source": "https://github.com/walkor/phpsocket.io/tree/v1.1.18" + "source": "https://github.com/walkor/phpsocket.io/tree/v2.1.1" }, "funding": [ { @@ -1064,20 +1076,20 @@ "type": "patreon" } ], - "time": "2023-06-16T01:41:34+00:00" + "time": "2024-11-08T16:44:40+00:00" }, { "name": "workerman/workerman", - "version": "v4.1.16", + "version": "v4.1.17", "source": { "type": "git", "url": "https://github.com/walkor/workerman.git", - "reference": "405d904d33026e19497dffc3d085bbc16e66534e" + "reference": "bb9e4b0c3fc3931a2ae38a1fb7a3ac09246efae9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/walkor/workerman/zipball/405d904d33026e19497dffc3d085bbc16e66534e", - "reference": "405d904d33026e19497dffc3d085bbc16e66534e", + "url": "https://api.github.com/repos/walkor/workerman/zipball/bb9e4b0c3fc3931a2ae38a1fb7a3ac09246efae9", + "reference": "bb9e4b0c3fc3931a2ae38a1fb7a3ac09246efae9", "shasum": "" }, "require": { @@ -1127,7 +1139,7 @@ "type": "patreon" } ], - "time": "2024-07-04T08:26:39+00:00" + "time": "2024-11-07T07:48:34+00:00" }, { "name": "yiisoft/yii2",