From 61c95b80c445a1420d8a41732d5d7772bd67d48d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 13:01:42 +0000 Subject: [PATCH] Update phpstan/phpstan-phpunit requirement from 1.1.0 to 1.1.1 Updates the requirements on [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) to permit the latest version. - [Release notes](https://github.com/phpstan/phpstan-phpunit/releases) - [Commits](https://github.com/phpstan/phpstan-phpunit/compare/1.1.0...1.1.1) --- updated-dependencies: - dependency-name: phpstan/phpstan-phpunit 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 c0ed8b0..e45209d 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "nepada/coding-standard": "6.4.0", "php-parallel-lint/php-parallel-lint": "1.3.2", "nette/tester": "2.4.2", - "phpstan/phpstan-phpunit": "1.1.0", + "phpstan/phpstan-phpunit": "1.1.1", "phpstan/phpstan-strict-rules": "1.1.0", "phpunit/phpunit": "^8.5.21 || ^9.5.10" },