From c0621f302484181494a87c27ee5f9c8fe1a415d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 17:23:00 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from ^0.12.88 || ^1.0.0 to ^0.12.88 || ^1.0.0 || ^2.0.0 Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan-phar-composer-source) to permit the latest version. - [Commits](https://github.com/phpstan/phpstan-phar-composer-source/commits) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-version: 2.2.3 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 f9f0f8d..37f7546 100644 --- a/composer.json +++ b/composer.json @@ -28,6 +28,6 @@ }, "require-dev": { "phpunit/phpunit": "^6.0 || ^7.0 || ^8.0 || ^9.0", - "phpstan/phpstan": "^0.12.88 || ^1.0.0" + "phpstan/phpstan": "^0.12.88 || ^1.0.0 || ^2.0.0" } }