From 9af8230e837478de84f0426d8490c1215938ba70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 07:55:01 +0200 Subject: [PATCH] Update phpstan/phpstan-phpunit requirement from ^1.1.1 to ^1.1.3 (#662) 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.1...1.1.3) --- 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 feb31fc..06b6a4f 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.1.1", + "phpstan/phpstan-phpunit": "^1.1.3", "phpstan/phpstan-strict-rules": "^1.4.4", "phpunit/phpunit": "^9.5.25", "saschaegerer/phpstan-typo3": "^1.8.0",