From 9b1cd73f84ab2b41d7f5d78015362b89624d2f96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 06:40:06 +0000 Subject: [PATCH] Bump phpstan/phpstan from 1.12.32 to 2.1.40 in /vendor-bin/tools --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-version: 2.1.40 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 | 14 +++++++------- 2 files changed, 8 insertions(+), 8 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..853eb87 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.40", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/2770dcdf5078d0b0d53f94317e06affe88419aa8", - "reference": "2770dcdf5078d0b0d53f94317e06affe88419aa8", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9b2c7aeb83a75d8680ea5e7c9b7fca88052b766b", + "reference": "9b2c7aeb83a75d8680ea5e7c9b7fca88052b766b", "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-02-23T15:04:35+00:00" }, { "name": "psalm/plugin-phpunit", @@ -3044,5 +3044,5 @@ "platform-overrides": { "php": "8.3.99" }, - "plugin-api-version": "2.9.0" + "plugin-api-version": "2.6.0" }