From 7f8721e6ff774fe76ed73988985a2361bff2e869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 11:02:42 +0000 Subject: [PATCH] [TASK] Update phpstan/phpstan-phpunit requirement (#1176) 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.15...1.3.16) --- 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 5e3dd10..32f1c74 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ "php-coveralls/php-coveralls": "^2.7.0", "phpstan/extension-installer": "^1.3.1", "phpstan/phpstan": "^1.10.59", - "phpstan/phpstan-phpunit": "^1.3.15", + "phpstan/phpstan-phpunit": "^1.3.16", "phpstan/phpstan-strict-rules": "^1.5.2", "phpunit/phpunit": "^9.6.16", "saschaegerer/phpstan-typo3": "^1.10.0",