[PR #876] [MERGED] Bump phpunit/phpunit from 7.5.0 to 7.5.1 #1408

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/876
Author: @dependabot-preview[bot]
Created: 12/13/2018
Status: Merged
Merged: 12/17/2018
Merged by: @phanan

Base: masterHead: dependabot/composer/phpunit/phpunit-7.5.1


📝 Commits (1)

  • 4bbcbb9 Bump phpunit/phpunit from 7.5.0 to 7.5.1

📊 Changes

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

View changed files

📝 composer.lock (+5 -5)

📄 Description

Bumps phpunit/phpunit from 7.5.0 to 7.5.1.

Changelog

Sourced from phpunit/phpunit's changelog.

[7.5.1] - 2018-12-12

Fixed

  • Fixed #3441: Call to undefined method DataProviderTestSuite::usesDataProvider()
Commits

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 cancel merge will cancel a previously requested merge
  • @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/876 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 12/13/2018 **Status:** ✅ Merged **Merged:** 12/17/2018 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `dependabot/composer/phpunit/phpunit-7.5.1` --- ### 📝 Commits (1) - [`4bbcbb9`](https://github.com/koel/koel/commit/4bbcbb97381da585ed00022f572c05b3935cf4b9) Bump phpunit/phpunit from 7.5.0 to 7.5.1 ### 📊 Changes **1 file changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+5 -5) </details> ### 📄 Description Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.5.0 to 7.5.1. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.5.md).* > ## [7.5.1] - 2018-12-12 > > ### Fixed > > * Fixed [#3441](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3441): Call to undefined method `DataProviderTestSuite::usesDataProvider()` </details> <details> <summary>Commits</summary> - [`c23d787`](https://github.com/sebastianbergmann/phpunit/commit/c23d78776ad415d5506e0679723cb461d71f488f) Prepare release - [`caf1076`](https://github.com/sebastianbergmann/phpunit/commit/caf1076e2ae7d47536384595634ce6ee57cd661b) Update ChangeLog - [`bd4ed30`](https://github.com/sebastianbergmann/phpunit/commit/bd4ed30ff3f5e7e5fd2d9688590ee571083e88b4) Fix - [`9cd210a`](https://github.com/sebastianbergmann/phpunit/commit/9cd210afd974ef1305d45a9e8410b6c7b18f1289) Protect JUnit logger against implementations without usesDataProvider() - [`f8a7421`](https://github.com/sebastianbergmann/phpunit/commit/f8a74214924e3d2345f1dfff880756c3f93ba374) Delete old ChangeLogs - [`3e4b54d`](https://github.com/sebastianbergmann/phpunit/commit/3e4b54d3d9476ece360ec105ef9ffe900abd1961) Merge branch '6.5' into 7.5 - [`99a564e`](https://github.com/sebastianbergmann/phpunit/commit/99a564e53c9e673bd5b11b5fd5bdb9b54d646c29) Delete old ChangeLog - See full diff in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.5.0...7.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.5.0&new-version=7.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.5.0&new-version=7.5.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 cancel merge` will cancel a previously requested merge - `@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:30:54 +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#1408
No description provided.