From 6a5a3383bd17b237d99cf7de419105a194a091b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 17:49:21 +0200 Subject: [PATCH] Update phpstan/phpstan-phpunit requirement from ^1.2.1 to ^1.2.2 (#668) 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.2.1...1.2.2) --- updated-dependencies: - dependency-name: phpstan/phpstan-phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] 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 4ee3982..59cb6c4 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "phpspec/prophecy-phpunit": "2.0.1", "phpstan/extension-installer": "^1.2.0", "phpstan/phpstan": "^1.8.11", - "phpstan/phpstan-phpunit": "^1.2.1", + "phpstan/phpstan-phpunit": "^1.2.2", "phpstan/phpstan-strict-rules": "^1.4.4", "phpunit/phpunit": "^9.5.26", "saschaegerer/phpstan-typo3": "^1.8.1",