From 018d3af1ff7e96d61008be8f41d31e10804a86f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 07:26:57 +0100 Subject: [PATCH] Update phpstan/phpstan-phpunit requirement from ^1.3.4 to ^1.3.7 (#754) 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.3.4...1.3.7) --- updated-dependencies: - dependency-name: phpstan/phpstan-phpunit 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 aae3f84..3c6121f 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "php-coveralls/php-coveralls": "^2.5.3", "phpstan/extension-installer": "^1.2.0", "phpstan/phpstan": "^1.9.18", - "phpstan/phpstan-phpunit": "^1.3.4", + "phpstan/phpstan-phpunit": "^1.3.7", "phpstan/phpstan-strict-rules": "^1.5.0", "phpunit/phpunit": "^9.6.3", "saschaegerer/phpstan-typo3": "^1.8.2",