Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2025

Bumps workerman/phpsocket.io from 1.1.18 to 2.2.0.

Release notes

Sourced from workerman/phpsocket.io's releases.

v2.2.0

What's Changed

Now it is possible to pass the Host in the SocketIO instance.

Example:

$opts = ['host' => '[::]'];
$port = 2025;
$io = new SocketIO($port, $opts);

Full Changelog: walkor/phpsocket.io@v2.1.1...v2.2.0

v2.1.1

What's Changed

New Contributors

Full Changelog: walkor/phpsocket.io@v2.1.0...v2.1.1

v2.1.0

What's Changed

New Contributors

Full Changelog: walkor/phpsocket.io@v2.0.4...v2.1.0

v2.0.4

What's Changed

Full Changelog: walkor/phpsocket.io@v2.0.3...v2.0.4

v2.0.3

What's Changed

... (truncated)

Commits
  • 0ba306b Merge pull request #308 from marcosmarcolin/add-support-ipv6
  • cc7b316 feat: add support to ipv6.
  • c088f99 feat: add support to ipv6.
  • 3bc32cc feat: add support to ipv6.
  • b074c56 Merge pull request #307 from hedali1997/master
  • f97736e php8.2 fixed bug
  • c9fa2e5 Merge pull request #304 from i-derevianko/compatibility8.2
  • 28eadcd php 8.2 compatibility
  • c58667e Merge pull request #300 from marcosmarcolin/refactor-part-4
  • 0f7bd69 refactor: code improvements without affecting logic, part 4.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [workerman/phpsocket.io](https://github.com/walkor/phpsocket.io) from 1.1.18 to 2.2.0.
- [Release notes](https://github.com/walkor/phpsocket.io/releases)
- [Commits](walkor/phpsocket.io@v1.1.18...v2.2.0)

---
updated-dependencies:
- dependency-name: workerman/phpsocket.io
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Mar 24, 2025
@dependabot dependabot bot requested a review from bobby285271 as a code owner March 24, 2025 17:22
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 25, 2025

Superseded by #177.

@dependabot dependabot bot closed this Mar 25, 2025
@dependabot dependabot bot deleted the dependabot/composer/workerman/phpsocket.io-2.2.0 branch March 25, 2025 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant