[PR #916] [MERGED] Bump mockery/mockery from 1.2.0 to 1.2.2 #1443

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/916
Author: @dependabot-preview[bot]
Created: 2/14/2019
Status: Merged
Merged: 2/20/2019
Merged by: @phanan

Base: masterHead: dependabot/composer/mockery/mockery-1.2.2


📝 Commits (1)

  • f8b13a3 Bump mockery/mockery from 1.2.0 to 1.2.2

📊 Changes

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

View changed files

📝 composer.lock (+7 -7)

📄 Description

Bumps mockery/mockery from 1.2.0 to 1.2.2.

Release notes

Sourced from mockery/mockery's releases.

1.2.2

Fix a BC breaking change for PHP 5.6/PHPUnit 5.7.27 (#947)

1.2.1

  • Support for PHPUnit 8 (#942)
  • Allow mocking static methods called on instance (#938)
Changelog

Sourced from mockery/mockery's changelog.

1.2.2 (2019-02-13)

  • Fix a BC breaking change for PHP 5.6/PHPUnit 5.7.27 (#947)

1.2.1 (2019-02-07)

  • Support for PHPUnit 8 (#942)
  • Allow mocking static methods called on instance (#938)
Commits
  • 0eb0b48 Updates changelog with 1.2.2 release date
  • 5337246 Merge pull request #947 from MKodde/bugfix/php56-bc-breaking-change-fix
  • 3071686 Update CHANGELOG.md
  • 51f9e5d Support PHPUnit 5.7.27
  • e242bdd Be PHPUnit 5 compliant
  • dc4f10b Merge pull request #943 from davedevelopment/updates-changelog
  • c6bf3ab Merge pull request #920 from mkveksas/patch-1
  • 8465a36 Updates CHANGELOG
  • 34d877d Merge pull request #942 from LeSuisse/phpunit-8
  • aa0020f Add support for PHPUnit 8.0
  • 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
  • @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/916 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 2/14/2019 **Status:** ✅ Merged **Merged:** 2/20/2019 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `dependabot/composer/mockery/mockery-1.2.2` --- ### 📝 Commits (1) - [`f8b13a3`](https://github.com/koel/koel/commit/f8b13a37c6c6a868fe85447aa9e27f61868babbf) Bump mockery/mockery from 1.2.0 to 1.2.2 ### 📊 Changes **1 file changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+7 -7) </details> ### 📄 Description Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.2.0 to 1.2.2. <details> <summary>Release notes</summary> *Sourced from [mockery/mockery's releases](https://github.com/mockery/mockery/releases).* > ## 1.2.2 > Fix a BC breaking change for PHP 5.6/PHPUnit 5.7.27 ([#947](https://github-redirect.dependabot.com/mockery/mockery/issues/947)) > > ## 1.2.1 > * Support for PHPUnit 8 ([#942](https://github-redirect.dependabot.com/mockery/mockery/issues/942)) > * Allow mocking static methods called on instance ([#938](https://github-redirect.dependabot.com/mockery/mockery/issues/938)) </details> <details> <summary>Changelog</summary> *Sourced from [mockery/mockery's changelog](https://github.com/mockery/mockery/blob/master/CHANGELOG.md).* > ## 1.2.2 (2019-02-13) > > * Fix a BC breaking change for PHP 5.6/PHPUnit 5.7.27 ([#947](https://github-redirect.dependabot.com/mockery/mockery/issues/947)) > > ## 1.2.1 (2019-02-07) > > * Support for PHPUnit 8 ([#942](https://github-redirect.dependabot.com/mockery/mockery/issues/942)) > * Allow mocking static methods called on instance ([#938](https://github-redirect.dependabot.com/mockery/mockery/issues/938)) </details> <details> <summary>Commits</summary> - [`0eb0b48`](https://github.com/mockery/mockery/commit/0eb0b48c3f07b3b89f5169ce005b7d05b18cf1d2) Updates changelog with 1.2.2 release date - [`5337246`](https://github.com/mockery/mockery/commit/53372468e5ae506cd1ca072a2a09387b406c34e6) Merge pull request [#947](https://github-redirect.dependabot.com/mockery/mockery/issues/947) from MKodde/bugfix/php56-bc-breaking-change-fix - [`3071686`](https://github.com/mockery/mockery/commit/30716864ac43a5a3396823d3589ebc9ebbe40db1) Update CHANGELOG.md - [`51f9e5d`](https://github.com/mockery/mockery/commit/51f9e5d2a16954b89fa38bb242d2458d9f445f29) Support PHPUnit 5.7.27 - [`e242bdd`](https://github.com/mockery/mockery/commit/e242bddc7eaf00f62e608de9afbae5be63a72ca2) Be PHPUnit 5 compliant - [`dc4f10b`](https://github.com/mockery/mockery/commit/dc4f10b6b1148744facb784015e4b339d7feec23) Merge pull request [#943](https://github-redirect.dependabot.com/mockery/mockery/issues/943) from davedevelopment/updates-changelog - [`c6bf3ab`](https://github.com/mockery/mockery/commit/c6bf3abdbf9abfe686f9b4da720d58a25e5fd1cf) Merge pull request [#920](https://github-redirect.dependabot.com/mockery/mockery/issues/920) from mkveksas/patch-1 - [`8465a36`](https://github.com/mockery/mockery/commit/8465a369252bd6160a8d5a9f6586af4c5cca7686) Updates CHANGELOG - [`34d877d`](https://github.com/mockery/mockery/commit/34d877d3f595398535ba4562e4542792f2c75be4) Merge pull request [#942](https://github-redirect.dependabot.com/mockery/mockery/issues/942) from LeSuisse/phpunit-8 - [`aa0020f`](https://github.com/mockery/mockery/commit/aa0020fa143c2b06651911c872d300873f8464a4) Add support for PHPUnit 8.0 - Additional commits viewable in [compare view](https://github.com/mockery/mockery/compare/1.2.0...1.2.2) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=mockery/mockery&package-manager=composer&previous-version=1.2.0&new-version=1.2.2)](https://dependabot.com/compatibility-score.html?dependency-name=mockery/mockery&package-manager=composer&previous-version=1.2.0&new-version=1.2.2) 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 - `@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:02 +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#1443
No description provided.