From fa7f7ab045fe45a70021b24414dcdf82a5e6a56e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 01:01:43 +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.4...1.3.15) --- 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 8adbce0..aa03bef 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "phpstan/extension-installer": "1.3.1", "phpstan/phpstan": "~1.10.35", "phpstan/phpstan-deprecation-rules": "^1.0", - "phpstan/phpstan-phpunit": "1.3.4", + "phpstan/phpstan-phpunit": "1.3.15", "phpspec/prophecy-phpunit": "v2.0.2", "goalgorilla/open_social_scripts": "~4.0.0", "symfony/phpunit-bridge": "^4.4 || ^5.4 || ^6.2"