From 272427bdfd7268cf43b97cd310797b1db553ca94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 12:28:15 +0000 Subject: [PATCH] Update phpstan/phpstan-mockery requirement from 1.0.0 to 1.1.0 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.0.0...1.1.0) --- 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 dcd8bdf..0e19639 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "phpstan/phpstan-strict-rules": "1.1.0", "nepada/phpstan-nette-tester": "0.4.0", "spaze/phpstan-disallowed-calls": "2.3.2", - "phpstan/phpstan-mockery": "1.0.0", + "phpstan/phpstan-mockery": "1.1.0", "php-parallel-lint/php-parallel-lint": "1.3.2", "nepada/coding-standard": "7.4.3", "giggsey/libphonenumber-for-php": ">=8.12.34"