From 15f96e3eef562f6c065a3f6eb86d22c365e768c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 09:30:48 +0000 Subject: [PATCH] build(deps-dev): update phpstan/phpstan-mockery requirement 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.2...1.1.3) --- updated-dependencies: - dependency-name: phpstan/phpstan-mockery dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 881ca161..2bd31b2d 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "phpstan/phpstan": "1.12.7", "phpstan/phpstan-deprecation-rules": "1.1.4", "phpstan/phpstan-nette": "1.3.8", - "phpstan/phpstan-mockery": "1.1.2", + "phpstan/phpstan-mockery": "1.1.3", "phpstan/phpstan-strict-rules": "1.5.2", "nextras/multi-query-parser": "~1.0", "nextras/orm-phpstan": "^1.0.1",