From 2e343a426cdb972de1bd7c21097dbd2d3172f851 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 13:51:17 +0000 Subject: [PATCH] Bump phpstan/phpstan from 2.1.40 to 2.1.46 in /tools/phpstan --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-version: 2.1.46 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tools/phpstan/composer.json | 2 +- tools/phpstan/composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tools/phpstan/composer.json b/tools/phpstan/composer.json index df91310..58d1edf 100644 --- a/tools/phpstan/composer.json +++ b/tools/phpstan/composer.json @@ -2,7 +2,7 @@ "name": "coduo/php-matcher-tools", "description": "Coduo PHP Matcher - Tools", "require-dev": { - "phpstan/phpstan": "2.1.40" + "phpstan/phpstan": "2.1.46" }, "config": { "allow-plugins": false, diff --git a/tools/phpstan/composer.lock b/tools/phpstan/composer.lock index 6737c8a..d855216 100644 --- a/tools/phpstan/composer.lock +++ b/tools/phpstan/composer.lock @@ -4,16 +4,16 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b692504b076a15dd4c206b932d7b3fa3", + "content-hash": "974b739647111eeb11da828757a639b5", "packages": [], "packages-dev": [ { "name": "phpstan/phpstan", - "version": "2.1.40", + "version": "2.1.46", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9b2c7aeb83a75d8680ea5e7c9b7fca88052b766b", - "reference": "9b2c7aeb83a75d8680ea5e7c9b7fca88052b766b", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/a193923fc2d6325ef4e741cf3af8c3e8f54dbf25", + "reference": "a193923fc2d6325ef4e741cf3af8c3e8f54dbf25", "shasum": "" }, "require": { @@ -58,7 +58,7 @@ "type": "github" } ], - "time": "2026-02-23T15:04:35+00:00" + "time": "2026-04-01T09:25:14+00:00" } ], "aliases": [], @@ -71,5 +71,5 @@ "platform-overrides": { "php": "8.3" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.9.0" }