From 4cc9a12df6de061bebafaa4dab25a3c738ede353 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 09:29:44 +0100 Subject: [PATCH] build(deps-dev): update phpstan/phpstan-mockery requirement (#503) Updates the requirements on [phpstan/phpstan-mockery](https://github.com/phpstan/phpstan-mockery) to permit the latest version. - [Release notes](https://github.com/phpstan/phpstan-mockery/releases) - [Commits](https://github.com/phpstan/phpstan-mockery/compare/0.12.12...0.12.13) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8ffbe1c3..b165ceb3 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "phpstan/phpstan": "0.12.81", "phpstan/phpstan-deprecation-rules": "0.12.6", "phpstan/phpstan-nette": "0.12.16", - "phpstan/phpstan-mockery": "0.12.12", + "phpstan/phpstan-mockery": "0.12.13", "phpstan/phpstan-strict-rules": "0.12.9", "nextras/orm-phpstan": "dev-master", "marc-mabe/php-enum-phpstan": "dev-master",