From 807cd3cb9b299ee72a2d1238cfefc978262d3f0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 15:35:05 +0000 Subject: [PATCH] Bump phpstan/phpstan from 1.12.32 to 2.1.46 in /vendor-bin/tools --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-version: 2.1.46 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- vendor-bin/tools/composer.json | 2 +- vendor-bin/tools/composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/vendor-bin/tools/composer.json b/vendor-bin/tools/composer.json index 454bdf1..c494d50 100644 --- a/vendor-bin/tools/composer.json +++ b/vendor-bin/tools/composer.json @@ -3,7 +3,7 @@ "doctrine/coding-standard": "^10.0", "phpmd/phpmd": "^2.9", "phpmetrics/phpmetrics": "^2.7", - "phpstan/phpstan": "^1.8", + "phpstan/phpstan": "^2.1", "psalm/plugin-phpunit": "^0.19", "squizlabs/php_codesniffer": "^3.5", "vimeo/psalm": "^5.0" diff --git a/vendor-bin/tools/composer.lock b/vendor-bin/tools/composer.lock index 56a2dc2..a7be3be 100644 --- a/vendor-bin/tools/composer.lock +++ b/vendor-bin/tools/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "15baf1f9401724be54add63281769998", + "content-hash": "478873a999450fe5b4758d50fd1aba56", "packages": [ { "name": "amphp/amp", @@ -1375,15 +1375,15 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.32", + "version": "2.1.46", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/2770dcdf5078d0b0d53f94317e06affe88419aa8", - "reference": "2770dcdf5078d0b0d53f94317e06affe88419aa8", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/a193923fc2d6325ef4e741cf3af8c3e8f54dbf25", + "reference": "a193923fc2d6325ef4e741cf3af8c3e8f54dbf25", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -1424,7 +1424,7 @@ "type": "github" } ], - "time": "2025-09-30T10:16:31+00:00" + "time": "2026-04-01T09:25:14+00:00" }, { "name": "psalm/plugin-phpunit",