From 4b89103a9a25a485c610ecf146c18559ef641199 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 16:38:30 +0000 Subject: [PATCH] composer(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.2.0...2.0.0) --- 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 8b6be32..ce6ff50 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "illuminate/support": "^10 || ^11.0", "league/uri": "~6.7 || ~6.8 || ^7.4", "phpstan/extension-installer": "^1.2", - "phpstan/phpstan-phpunit": "^1.2" + "phpstan/phpstan-phpunit": "^2.0" }, "require-dev": { "dg/bypass-finals": "^1.4",