From 4f3811a38518999688286395c4ba25bd158b6f05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 06:34:07 +0000 Subject: [PATCH] chore(deps): update phpstan/phpstan-phpunit requirement 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] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 568efff..260a054 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ "friendsofphp/php-cs-fixer": "dev-master", "phpunit/phpunit": "^10.5", "phpstan/phpstan": "^1.10.59", - "phpstan/phpstan-phpunit": "^1.3.15", + "phpstan/phpstan-phpunit": "^1.3.16", "phpstan/extension-installer": "^1.3.1", "phpstan/phpstan-deprecation-rules": "^1.1.4", "phpstan/phpstan-strict-rules": "^1.5.2",