From 121fad319642d2ccf5dce87b026a535594b8d3de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 6 Oct 2018 12:46:18 +0200 Subject: [PATCH] Bump mockery/mockery from 1.1.0 to 1.2.0 (#817) Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.1.0 to 1.2.0.
Release notes *Sourced from [mockery/mockery's releases](https://github.com/mockery/mockery/releases).* > ## 1.2.0 > * Starts counting default expectations towards count ([#910](https://github-redirect.dependabot.com/mockery/mockery/issues/910)) > * Adds workaround for some HHVM return types ([#909](https://github-redirect.dependabot.com/mockery/mockery/issues/909)) > * Adds PhpStorm metadata support for autocomplete etc ([#904](https://github-redirect.dependabot.com/mockery/mockery/issues/904)) > * Further attempts to support multiple PHPUnit versions ([#903](https://github-redirect.dependabot.com/mockery/mockery/issues/903)) > * Allows setting constructor expectations on instance mocks ([#900](https://github-redirect.dependabot.com/mockery/mockery/issues/900)) > * Adds workaround for HHVM memoization decorator ([#893](https://github-redirect.dependabot.com/mockery/mockery/issues/893))
Changelog *Sourced from [mockery/mockery's changelog](https://github.com/mockery/mockery/blob/master/CHANGELOG.md).* > ## 1.2.0 (2018-10-02) > > * Starts counting default expectations towards count ([#910](https://github-redirect.dependabot.com/mockery/mockery/issues/910)) > * Adds workaround for some HHVM return types ([#909](https://github-redirect.dependabot.com/mockery/mockery/issues/909)) > * Adds PhpStorm metadata support for autocomplete etc ([#904](https://github-redirect.dependabot.com/mockery/mockery/issues/904)) > * Further attempts to support multiple PHPUnit versions ([#903](https://github-redirect.dependabot.com/mockery/mockery/issues/903)) > * Allows setting constructor expectations on instance mocks ([#900](https://github-redirect.dependabot.com/mockery/mockery/issues/900)) > * Adds workaround for HHVM memoization decorator ([#893](https://github-redirect.dependabot.com/mockery/mockery/issues/893)) > * Adds experimental support for callable spys ([#712](https://github-redirect.dependabot.com/mockery/mockery/issues/712))
Commits - [`1006336`](https://github.com/mockery/mockery/commit/100633629bf76d57430b86b7098cd6beb996a35a) Merge pull request [#913](https://github-redirect.dependabot.com/mockery/mockery/issues/913) from davedevelopment/release-1.2.0 - [`c485f91`](https://github.com/mockery/mockery/commit/c485f91967c548a8f4874fb8931eab2481b14150) Fixes pending release number - [`dbcb50a`](https://github.com/mockery/mockery/commit/dbcb50acc14fced5d364b422ccb6665dd0872113) Updates changelog - [`248bbd3`](https://github.com/mockery/mockery/commit/248bbd33ae9176ff21f5419779efdf07b0f41915) Merge pull request [#909](https://github-redirect.dependabot.com/mockery/mockery/issues/909) from xxtanisxx/fix-return-type-errors-from-hhvm - [`280ba33`](https://github.com/mockery/mockery/commit/280ba3398ae1d27f320b24eb9ad3e28856fb2d15) fix edge case with this - [`3b606ac`](https://github.com/mockery/mockery/commit/3b606ac3f31f6fa7244872020d9477499a586e48) minor refactor - [`1a4af9c`](https://github.com/mockery/mockery/commit/1a4af9ce4f411f0b1521d1477e017da0bea51997) refactor method.php - [`12b06e6`](https://github.com/mockery/mockery/commit/12b06e64a06c553f5cb8f785a4fd692275686a30) fix test - [`48d9c97`](https://github.com/mockery/mockery/commit/48d9c97935982bf4dcae5f3cc26f3f49d8eb10e7) modify stylci - [`27edb86`](https://github.com/mockery/mockery/commit/27edb862dad97fd05f8b6b686d92ed420161f646) add test - Additional commits viewable in [compare view](https://github.com/mockery/mockery/compare/1.1.0...1.2.0)

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=mockery/mockery&package-manager=composer&previous-version=1.1.0&new-version=1.2.0)](https://dependabot.com/compatibility-score.html?dependency-name=mockery/mockery&package-manager=composer&previous-version=1.1.0&new-version=1.2.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 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](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.
--- composer.lock | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index f6a1b41f..bd354c99 100644 --- a/composer.lock +++ b/composer.lock @@ -4293,16 +4293,16 @@ }, { "name": "mockery/mockery", - "version": "1.1.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/mockery/mockery.git", - "reference": "99e29d3596b16dabe4982548527d5ddf90232e99" + "reference": "100633629bf76d57430b86b7098cd6beb996a35a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mockery/mockery/zipball/99e29d3596b16dabe4982548527d5ddf90232e99", - "reference": "99e29d3596b16dabe4982548527d5ddf90232e99", + "url": "https://api.github.com/repos/mockery/mockery/zipball/100633629bf76d57430b86b7098cd6beb996a35a", + "reference": "100633629bf76d57430b86b7098cd6beb996a35a", "shasum": "" }, "require": { @@ -4311,8 +4311,7 @@ "php": ">=5.6.0" }, "require-dev": { - "phpdocumentor/phpdocumentor": "^2.9", - "phpunit/phpunit": "~5.7.10|~6.5" + "phpunit/phpunit": "~5.7.10|~6.5|~7.0" }, "type": "library", "extra": { @@ -4355,7 +4354,7 @@ "test double", "testing" ], - "time": "2018-05-08T08:54:48+00:00" + "time": "2018-10-02T21:52:37+00:00" }, { "name": "myclabs/deep-copy",