diff --git a/composer.json b/composer.json index eba87ac..fc05930 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "ext-json": "*", "guzzlehttp/guzzle": "^7.8", "symfony/console": "^6.4|^7.0", - "elephantio/elephant.io": "4.3.*" + "elephantio/elephant.io": "4.11.*" }, "require-dev": { "phpstan/phpstan": "^1.10" diff --git a/composer.lock b/composer.lock index e90b8db..a1dab6e 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "8469744c3865329a8a4bdc97ed8c960d", + "content-hash": "4b960cda51e884c253fbf4a92efa5fc0", "packages": [ { "name": "elephantio/elephant.io", - "version": "v4.3.2", + "version": "v4.11.0", "source": { "type": "git", "url": "https://github.com/ElephantIO/elephant.io.git", - "reference": "ac2e107353cab22cb864b406aa6718163258f3c7" + "reference": "dd609adfa90cb126e2627c27db795fd96779495c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ElephantIO/elephant.io/zipball/ac2e107353cab22cb864b406aa6718163258f3c7", - "reference": "ac2e107353cab22cb864b406aa6718163258f3c7", + "url": "https://api.github.com/repos/ElephantIO/elephant.io/zipball/dd609adfa90cb126e2627c27db795fd96779495c", + "reference": "dd609adfa90cb126e2627c27db795fd96779495c", "shasum": "" }, "require": { @@ -67,18 +67,20 @@ "role": "Contributors :)" } ], - "description": "Send events to a real time websocket engine through PHP", + "description": "Send events to a socket.io server through PHP", "homepage": "https://elephantio.github.io/elephant.io/", "keywords": [ + "Socket.io", "dialog", "nodejs", "real time", "websocket" ], "support": { - "source": "https://github.com/ElephantIO/elephant.io/tree/v4.3.2" + "issues": "https://github.com/ElephantIO/elephant.io/issues", + "source": "https://github.com/ElephantIO/elephant.io/tree/v4.11.0" }, - "time": "2024-01-29T02:54:29+00:00" + "time": "2024-11-16T12:53:57+00:00" }, { "name": "guzzlehttp/guzzle", @@ -620,16 +622,16 @@ }, { "name": "psr/log", - "version": "3.0.0", + "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001" + "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001", - "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001", + "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", + "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", "shasum": "" }, "require": { @@ -664,9 +666,9 @@ "psr-3" ], "support": { - "source": "https://github.com/php-fig/log/tree/3.0.0" + "source": "https://github.com/php-fig/log/tree/3.0.2" }, - "time": "2021-07-14T16:46:02+00:00" + "time": "2024-09-11T13:17:53+00:00" }, { "name": "ralouphie/getallheaders",