From 5944500dcd6f296e990077a4dee44b1497a9298d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 01:18:03 +0000 Subject: [PATCH] Updates: (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:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 208d8a7..fd1fe62 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "phpstan/extension-installer": "1.3.1", "phpstan/phpstan": "~1.10.35", "phpstan/phpstan-deprecation-rules": "^1.0", - "phpstan/phpstan-phpunit": "1.3.15", + "phpstan/phpstan-phpunit": "1.3.16", "phpspec/prophecy-phpunit": "v2.0.2", "goalgorilla/open_social_scripts": "~4.0.0", "symfony/phpunit-bridge": "^4.4 || ^5.4 || ^6.2"