From 67746f0ff14f38713a7899f9426887f5381d2faf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 08:02:49 +0000 Subject: [PATCH] [PHP]: Update phpstan/phpstan-phpunit requirement from 1.3.14 to 1.3.15 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.14...1.3.15) --- 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 b3bf6ae..dcc8989 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "doctrine/dbal": "^2.5 | ^3.0", "doctrine/orm": "^2.5", "phpstan/phpstan": "1.10.38", - "phpstan/phpstan-phpunit": "1.3.14", + "phpstan/phpstan-phpunit": "1.3.15", "rector/rector": "0.18.5", "roave/security-advisories": "dev-master", "serendipity_hq/rector-config": "^1.0",