From af0369e3469205a325ddc49ec7879f62e74f9cd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 14:55:18 +0000 Subject: [PATCH] build(deps): bump workerman/phpsocket.io from 1.1.18 to 2.0.4 Bumps [workerman/phpsocket.io](https://github.com/walkor/phpsocket.io) from 1.1.18 to 2.0.4. - [Release notes](https://github.com/walkor/phpsocket.io/releases) - [Commits](https://github.com/walkor/phpsocket.io/compare/v1.1.18...v2.0.4) --- updated-dependencies: - dependency-name: workerman/phpsocket.io dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 30 +++++++++++++++++++++--------- 2 files changed, 22 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index c124fcd2f..ad398187d 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.0.4", "justinvoelker/yii2-tagging": "*", "fortawesome/font-awesome": "^6.0.0", "cweagans/composer-patches": "^1.7" diff --git a/composer.lock b/composer.lock index d8ea34a78..1c7747696 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": "04db13cbfe0a8a8aa3d11e719c434bd1", "packages": [ { "name": "bower-asset/inputmask", @@ -1020,22 +1020,26 @@ }, { "name": "workerman/phpsocket.io", - "version": "v1.1.18", + "version": "v2.0.4", "source": { "type": "git", "url": "https://github.com/walkor/phpsocket.io.git", - "reference": "b89b3f2ed44f6f79fd9895e2d198b52b3fb4783b" + "reference": "c58667eba424cae7bb9403d65656165aebe0b7ea" }, "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/c58667eba424cae7bb9403d65656165aebe0b7ea", + "reference": "c58667eba424cae7bb9403d65656165aebe0b7ea", "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.0.4" }, "funding": [ { @@ -1064,7 +1076,7 @@ "type": "patreon" } ], - "time": "2023-06-16T01:41:34+00:00" + "time": "2023-10-13T07:33:28+00:00" }, { "name": "workerman/workerman",