From e93d317260290339545578a0e509591474ce5a35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 22:06:56 +0000 Subject: [PATCH] Update phpstan/phpstan-phpunit requirement from ^0.12 to ^1.4 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/0.12.0...1.4.0) --- 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 565372a..b538176 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ }, "require-dev": { "phpstan/phpstan": "^0.12.32", - "phpstan/phpstan-phpunit": "^0.12", + "phpstan/phpstan-phpunit": "^1.4", "phpunit/phpunit": "^8.3 || ^9", "squizlabs/php_codesniffer": "^3.6" },