From 1f7bf68a1968b663daf162f851bc2a5d1950455f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 18:23:39 +0000 Subject: [PATCH] chore(deps-dev): update phpstan/phpstan requirement from ^0.12.90 || ^1.0.0 to ^0.12.90 || ^1.0.0 || ^2.0.0 --- updated-dependencies: - dependency-name: phpstan/phpstan 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 b7666528da8..2ce0a0d2f94 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ }, "require-dev": { "phpunit/phpunit": "^8.0 || ^9.0", - "phpstan/phpstan": "^0.12.90 || ^1.0.0" + "phpstan/phpstan": "^0.12.90 || ^1.0.0 || ^2.0.0" }, "autoload": { "psr-4": {