From c9c92af179c6ced4c00d240046519dcff2f4d2e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 13:47:36 +0200 Subject: [PATCH] build(deps-dev): update phpstan/phpstan-mockery requirement (#622) 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/1.1.0...1.1.1) --- updated-dependencies: - dependency-name: phpstan/phpstan-mockery dependency-type: direct:development ... 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 3d86d699..07d0b600 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "phpstan/phpstan": "1.10.14", "phpstan/phpstan-deprecation-rules": "1.1.3", "phpstan/phpstan-nette": "1.2.3", - "phpstan/phpstan-mockery": "1.1.0", + "phpstan/phpstan-mockery": "1.1.1", "phpstan/phpstan-strict-rules": "1.4.5", "nextras/multi-query-parser": "~1.0", "nextras/orm-phpstan": "~1.0@dev",