[PR #936] [CLOSED] Bump pusher/pusher-php-server from 3.3.1 to 3.4.0 #1456

Closed
opened 2026-02-26 03:31:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/936
Author: @dependabot-preview[bot]
Created: 3/19/2019
Status: Closed

Base: masterHead: dependabot/composer/pusher/pusher-php-server-3.4.0


📝 Commits (1)

  • f08cb31 Bump pusher/pusher-php-server from 3.3.1 to 3.4.0

📊 Changes

1 file changed (+8 additions, -8 deletions)

View changed files

📝 composer.lock (+8 -8)

📄 Description

Bumps pusher/pusher-php-server from 3.3.1 to 3.4.0.

Release notes

Sourced from pusher/pusher-php-server's releases.

v3.4.0

[ADDED] get_users_info method.

Changelog

Sourced from pusher/pusher-php-server's changelog.

3.4.0 (2019-03-11)

[ADDED] get_users_info method.

Commits
  • 9093be6 Merge pull request #210 from pusher/v340-release
  • 78642a8 v3.4.0 release
  • 55e33e6 Merge pull request #209 from pusher/add-get-users-info-method
  • 9646aa4 Merge pull request #208 from pusher/test-against-php73
  • 26bc343 Add get_users_info method
  • c124ff3 Test against PHP 7.3
  • 5b8e0b3 Merge pull request #207 from pusher/test-hhvm-lts-releases
  • df5fba0 Depend on the same versions of php that we test against (#205)
  • f7a53f9 Remove non-LTS HHVM releases from the list to test against
  • a2066e2 Test against all HHVM LTS releases
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/936 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 3/19/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/pusher/pusher-php-server-3.4.0` --- ### 📝 Commits (1) - [`f08cb31`](https://github.com/koel/koel/commit/f08cb314dface9852435f450c9e8b3945ef47e4d) Bump pusher/pusher-php-server from 3.3.1 to 3.4.0 ### 📊 Changes **1 file changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+8 -8) </details> ### 📄 Description Bumps [pusher/pusher-php-server](https://github.com/pusher/pusher-http-php) from 3.3.1 to 3.4.0. <details> <summary>Release notes</summary> *Sourced from [pusher/pusher-php-server's releases](https://github.com/pusher/pusher-http-php/releases).* > ## v3.4.0 > [ADDED] `get_users_info` method. </details> <details> <summary>Changelog</summary> *Sourced from [pusher/pusher-php-server's changelog](https://github.com/pusher/pusher-http-php/blob/master/CHANGELOG.md).* > ## 3.4.0 (2019-03-11) > > [ADDED] `get_users_info` method. </details> <details> <summary>Commits</summary> - [`9093be6`](https://github.com/pusher/pusher-http-php/commit/9093be6934e2e5129bd66322fc28d8b65794e58c) Merge pull request [#210](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/210) from pusher/v340-release - [`78642a8`](https://github.com/pusher/pusher-http-php/commit/78642a8802a86ce70d13fd39bb7a4b03bd3322e8) v3.4.0 release - [`55e33e6`](https://github.com/pusher/pusher-http-php/commit/55e33e6b6267605f6f4c9eb7c57c37f78f07735e) Merge pull request [#209](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/209) from pusher/add-get-users-info-method - [`9646aa4`](https://github.com/pusher/pusher-http-php/commit/9646aa414eca70b5c1f66131d9a0f164cf86465c) Merge pull request [#208](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/208) from pusher/test-against-php73 - [`26bc343`](https://github.com/pusher/pusher-http-php/commit/26bc3439c7d290e987a3988d0926ef81befb3884) Add get_users_info method - [`c124ff3`](https://github.com/pusher/pusher-http-php/commit/c124ff359fa9f58070eb4dd76866f93a2419028d) Test against PHP 7.3 - [`5b8e0b3`](https://github.com/pusher/pusher-http-php/commit/5b8e0b3b4ddafaaf8ff90acd62392f4b46d95806) Merge pull request [#207](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/207) from pusher/test-hhvm-lts-releases - [`df5fba0`](https://github.com/pusher/pusher-http-php/commit/df5fba04c841df3b26439b451d52388797638436) Depend on the same versions of php that we test against ([#205](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/205)) - [`f7a53f9`](https://github.com/pusher/pusher-http-php/commit/f7a53f97ae90e53f6b6fe54fe2a936e96ff24bcb) Remove non-LTS HHVM releases from the list to test against - [`a2066e2`](https://github.com/pusher/pusher-http-php/commit/a2066e23d9d9cbaba189d356c931ef1ce0f5bbe8) Test against all HHVM LTS releases - Additional commits viewable in [compare view](https://github.com/pusher/pusher-http-php/compare/v3.3.1...v3.4.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=pusher/pusher-php-server&package-manager=composer&previous-version=3.3.1&new-version=3.4.0)](https://dependabot.com/compatibility-score.html?dependency-name=pusher/pusher-php-server&package-manager=composer&previous-version=3.3.1&new-version=3.4.0) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:31:05 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#1456
No description provided.