[PR #1135] [MERGED] chore(deps): bump pusher/pusher-php-server from 4.1.0 to 4.1.1 #1599

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1135
Author: @dependabot-preview[bot]
Created: 12/4/2019
Status: Merged
Merged: 12/5/2019
Merged by: @phanan

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


📝 Commits (1)

  • bbe4500 chore(deps): bump pusher/pusher-php-server from 4.1.0 to 4.1.1

📊 Changes

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

View changed files

📝 composer.lock (+11 -11)

📄 Description

Bumps pusher/pusher-php-server from 4.1.0 to 4.1.1.

Release notes

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

v4.1.1

[ADDED] Support for PHP 7.4.

Changelog

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

4.1.1 (2019-12-03)

[ADDED] Support for PHP 7.4.

Commits
  • 3c05ef6 Merge pull request #245 from pusher/v4.1.1-release
  • 16fab57 v4.1.1 release
  • 23f857e Merge pull request #239 from pusher/test-php7.4
  • 5f549fa Test against PHP 7.4
  • 4f6eeeb Use Ubuntu 18.04 (bionic) in travis
  • dae63fe Mention 7.4 support in the README
  • 4a0935d Relax PHP version upper bound
  • d859aa0 Merge pull request #238 from pusher/more-prominent-logger-docs
  • 12bdbdd Desribe the importance of configuring a logger
  • abf4f2f Move the logger docs into a more prominent position in the README
  • See full diff 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 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)
  • @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)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/1135 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 12/4/2019 **Status:** ✅ Merged **Merged:** 12/5/2019 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `dependabot/composer/pusher/pusher-php-server-4.1.1` --- ### 📝 Commits (1) - [`bbe4500`](https://github.com/koel/koel/commit/bbe450059ab645e9354d11b5f17d201d0edc0554) chore(deps): bump pusher/pusher-php-server from 4.1.0 to 4.1.1 ### 📊 Changes **1 file changed** (+11 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+11 -11) </details> ### 📄 Description Bumps [pusher/pusher-php-server](https://github.com/pusher/pusher-http-php) from 4.1.0 to 4.1.1. <details> <summary>Release notes</summary> *Sourced from [pusher/pusher-php-server's releases](https://github.com/pusher/pusher-http-php/releases).* > ## v4.1.1 > [ADDED] Support for PHP 7.4. </details> <details> <summary>Changelog</summary> *Sourced from [pusher/pusher-php-server's changelog](https://github.com/pusher/pusher-http-php/blob/master/CHANGELOG.md).* > ## 4.1.1 (2019-12-03) > > [ADDED] Support for PHP 7.4. </details> <details> <summary>Commits</summary> - [`3c05ef6`](https://github.com/pusher/pusher-http-php/commit/3c05ef64839845b6114396ff8406712cba052750) Merge pull request [#245](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/245) from pusher/v4.1.1-release - [`16fab57`](https://github.com/pusher/pusher-http-php/commit/16fab5768eca16eb0116f770961cb417f0aa4f9f) v4.1.1 release - [`23f857e`](https://github.com/pusher/pusher-http-php/commit/23f857eb4ba7b36c07a098afed8df0ae6fd18891) Merge pull request [#239](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/239) from pusher/test-php7.4 - [`5f549fa`](https://github.com/pusher/pusher-http-php/commit/5f549faa1e11b8764975def7e53cf1c312900c96) Test against PHP 7.4 - [`4f6eeeb`](https://github.com/pusher/pusher-http-php/commit/4f6eeeb3562733192a1211ae1ae80ad3c34e96a7) Use Ubuntu 18.04 (bionic) in travis - [`dae63fe`](https://github.com/pusher/pusher-http-php/commit/dae63fe20e327a99617e1051e50b46390e0328b8) Mention 7.4 support in the README - [`4a0935d`](https://github.com/pusher/pusher-http-php/commit/4a0935d26fb3c033267f6baa6495ea9014263f97) Relax PHP version upper bound - [`d859aa0`](https://github.com/pusher/pusher-http-php/commit/d859aa070b9a99190c2d4f79a86133a9550c57ac) Merge pull request [#238](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/238) from pusher/more-prominent-logger-docs - [`12bdbdd`](https://github.com/pusher/pusher-http-php/commit/12bdbdde29844b48a2e825c8491d75ee3efa0d16) Desribe the importance of configuring a logger - [`abf4f2f`](https://github.com/pusher/pusher-http-php/commit/abf4f2faf71db71f2c254ce08fdf8f52df7bd24e) Move the logger docs into a more prominent position in the README - See full diff in [compare view](https://github.com/pusher/pusher-http-php/compare/v4.1.0...v4.1.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=pusher/pusher-php-server&package-manager=composer&previous-version=4.1.0&new-version=4.1.1)](https://dependabot.com/compatibility-score.html?dependency-name=pusher/pusher-php-server&package-manager=composer&previous-version=4.1.0&new-version=4.1.1) 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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) - `@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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </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:37 +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#1599
No description provided.